Searched refs:accountInfo (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAccountHeaderPresenter.java154 final AccountInfo accountInfo = AccountInfo.getAccount(mAccounts, mCurrentAccount);
157 mAccountHeaderIcon.setImageDrawable(accountInfo.getIcon());
215 final AccountInfo accountInfo = AccountInfo.getAccount(mAccounts, account);
216 return accountInfo != null ? accountInfo.getNameLabel().toString() : null;
H A DEditorUiUtils.java114 AccountInfo accountInfo) {
115 if (accountInfo.isDeviceAccount()) {
119 accountInfo.getTypeLabel());
113 getAccountHeaderLabelForMyProfile(Context context, AccountInfo accountInfo) argument
H A DPickRawContactDialogFragment.java116 final AccountInfo accountInfo =
121 accountInfo);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorAccountsChangedActivity.java154 final AccountInfo accountInfo = accounts.get(0);
156 accountInfo.getNameLabel()));
169 saveAccountAndReturnResult(accountInfo.getAccount());
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountFilterUtil.java141 for (AccountInfo accountInfo : accounts) {
142 final AccountType accountType = accountInfo.getType();
143 final AccountWithDataSet account = accountInfo.getAccount();
/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java469 public AccountDisplay(ContentResolver resolver, AccountInfo accountInfo) { argument
470 mName = accountInfo.getAccount().name;
471 mType = accountInfo.getAccount().type;
472 mDataSet = accountInfo.getAccount().dataSet;
473 mAccountInfo = accountInfo;

Completed in 1493 milliseconds