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

  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockAccountTypeManager.java 70 public List<AccountType> getAccountTypes(boolean writableOnly) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 162 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly);
744 public List<AccountType> getAccountTypes(boolean contactWritableOnly) {
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java 165 protected AccountTypeManager getAccountTypes(AccountType... types) {
518 final AccountTypeManager accountTypes = getAccountTypes(accountType);
547 final AccountTypeManager accountTypes = getAccountTypes(accountType);
581 final AccountTypeManager accountTypes = getAccountTypes(accountType);
653 final AccountTypeManager accountTypes = getAccountTypes(accountType);
    [all...]

Completed in 67 milliseconds