Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockAccountTypeManager.java79 public List<AccountType> getAccountTypes(boolean writableOnly) { in getAccountTypes() method in MockAccountTypeManager
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java165 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly); in getAccountTypes() method in AccountTypeManager
741 public List<AccountType> getAccountTypes(boolean contactWritableOnly) { in getAccountTypes() method in AccountTypeManagerImpl
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java166 protected AccountTypeManager getAccountTypes(AccountType... types) { in getAccountTypes() method in RawContactModifierTests