HomeSort by relevance Sort by last modified time
    Searched defs:getAccountTypes (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountTypeProvider.java 47 * This means that {@link AccountTypeProvider#getAccountTypes(String)}} should be called from a
84 public List<AccountType> getAccountTypes(String accountType) {
108 // getAccountTypes() never returns null
109 final List<AccountType> accountTypes = getAccountTypes(type);
123 final List<AccountType> accountTypes = getAccountTypes(type);
  /packages/apps/Dialer/java/com/android/contacts/common/model/
AccountTypeManager.java 158 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly);
742 public List<AccountType> getAccountTypes(boolean contactWritableOnly) {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactModifierTests.java 158 protected AccountTypeManager getAccountTypes(AccountType... types) {
556 final AccountTypeManager accountTypes = getAccountTypes(accountType);
585 final AccountTypeManager accountTypes = getAccountTypes(accountType);
621 final AccountTypeManager accountTypes = getAccountTypes(accountType);
699 final AccountTypeManager accountTypes = getAccountTypes(accountType)
    [all...]

Completed in 468 milliseconds