Home
last modified time | relevance | path

Searched defs:getAccountTypes (Results 1 – 3 of 3) 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
/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/tests/src/com/android/contacts/model/
DRawContactModifierTests.java158 protected AccountTypeManager getAccountTypes(AccountType... types) { in getAccountTypes() method in RawContactModifierTests