Searched defs:accountInfo (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorUiUtils.java114 AccountInfo accountInfo) {
115 if (accountInfo.isDeviceAccount()) {
119 accountInfo.getTypeLabel());
113 getAccountHeaderLabelForMyProfile(Context context, AccountInfo accountInfo) argument
/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 62 milliseconds