Home
last modified time | relevance | path

Searched refs:getAccountTypes (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
DMockAccountTypeManager.java72 public List<AccountType> getAccountTypes(boolean writableOnly) { in getAccountTypes() method in MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java243 for (AccountType type : mAccountTypes.getAccountTypes(true)) { in getWritableAccountTypeStrings()
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java147 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly); in getAccountTypes() method in AccountTypeManager
738 public List<AccountType> getAccountTypes(boolean contactWritableOnly) { in getAccountTypes() method in AccountTypeManagerImpl
/packages/apps/Contacts/tests/src/com/android/contacts/
DEntityModifierTests.java166 protected AccountTypeManager getAccountTypes(AccountType... types) { in getAccountTypes() method in EntityModifierTests
517 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertEmpty()
544 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertInsert()
577 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateRemain()
648 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateUpdate()