Home
last modified time | relevance | path

Searched refs:getAccountTypes (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java84 public List<AccountType> getAccountTypes(String accountType) { in getAccountTypes() method in AccountTypeProvider
110 final List<AccountType> accountTypes = getAccountTypes(type); in hasTypeWithDataset()
124 final List<AccountType> accountTypes = getAccountTypes(type); in getType()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java158 protected AccountTypeManager getAccountTypes(AccountType... types) { in getAccountTypes() method in RawContactModifierTests
556 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertEmpty()
585 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertInsert()
621 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateRemain()
699 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateUpdate()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java158 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly); in getAccountTypes() method in AccountTypeManager
742 public List<AccountType> getAccountTypes(boolean contactWritableOnly) { in getAccountTypes() method in AccountTypeManagerImpl
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java633 final List<AccountType> types = typeProvider.getAccountTypes(account.type);