HomeSort by relevance Sort by last modified time
    Searched refs:accountInfo (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 120 final Pair<String,String> accountInfo = isProfile
123 if (accountInfo.first == null) {
128 mAccountHeaderNameTextView.setText(accountInfo.first);
130 mAccountHeaderTypeTextView.setText(accountInfo.second);
CompactRawContactsEditorView.java 742 final Pair<String,String> accountInfo = mIsUserProfile
755 addAccountSelector(accountInfo, rawContactDelta);
757 addAccountHeader(accountInfo);
760 addAccountHeader(accountInfo);
    [all...]
RawContactEditorView.java 206 final Pair<String,String> accountInfo = isProfile
209 if (accountInfo.first == null) {
214 mAccountHeaderNameTextView.setText(accountInfo.first);
216 mAccountHeaderTypeTextView.setText(accountInfo.second);
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 151 static class AccountInfo {
156 AccountInfo(AccountAndUser accountAndUser) {
345 private final HashMap<AccountAndUser, AccountInfo> mAccounts
346 = new HashMap<AccountAndUser, AccountInfo>();
732 for (AccountInfo accountInfo : mAccounts.values()) {
733 if (account != null && !account.equals(accountInfo.accountAndUser.account)
734 && userId != accountInfo.accountAndUser.userId) {
737 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) {
757 for (AccountInfo accountInfo : mAccounts.values())
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 517 milliseconds