Home
last modified time | relevance | path

Searched refs:getAccountInfoForAccount (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java152 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
205 public abstract AccountInfo getAccountInfoForAccount(AccountWithDataSet account); in getAccountInfoForAccount() method in AccountTypeManager
311 return exists(account) && getAccountInfoForAccount(account).getType().areContactsWritable();
580 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockAccountTypeManager.java81 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) { in getAccountInfoForAccount() method in MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountFilterUtil.java234 .getAccountInfoForAccount(filter.toAccountWithDataSet());
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java761 ? accountTypeManager.getAccountInfoForAccount( in setAccountInfo()
763 : accountTypeManager.getAccountInfoForAccount(mPrimaryAccount); in setAccountInfo()
DPickRawContactDialogFragment.java117 AccountTypeManager.getInstance(getContext()).getAccountInfoForAccount( in getView()