Searched defs:getAccountTypes (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java47 * This means that {@link AccountTypeProvider#getAccountTypes(String)}} should be called from a
84 public List<AccountType> getAccountTypes(String accountType) { method in class:AccountTypeProvider
108 // getAccountTypes() never returns null
109 final List<AccountType> accountTypes = getAccountTypes(type);
123 final List<AccountType> accountTypes = getAccountTypes(type);
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java158 protected AccountTypeManager getAccountTypes(AccountType... types) { method in class:RawContactModifierTests
556 final AccountTypeManager accountTypes = getAccountTypes(accountType);
585 final AccountTypeManager accountTypes = getAccountTypes(accountType);
621 final AccountTypeManager accountTypes = getAccountTypes(accountType);
699 final AccountTypeManager accountTypes = getAccountTypes(accountType);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java158 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly); method in class:AccountTypeManager
742 public List<AccountType> getAccountTypes(boolean contactWritableOnly) { method in class:AccountTypeManagerImpl

Completed in 425 milliseconds