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

/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A DMockAccountTypeManager.java81 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) { method in class:MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java151 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
204 public abstract AccountInfo getAccountInfoForAccount(AccountWithDataSet account); method in class:AccountTypeManager
310 return exists(account) && getAccountInfoForAccount(account).getType().areContactsWritable();
579 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) { method in class:AccountTypeManagerImpl

Completed in 77 milliseconds