Home
last modified time | relevance | path

Searched defs:getUsableInvitableAccountTypes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
DMockAccountTypeManager.java67 public Map<AccountTypeWithDataSet, AccountType> getUsableInvitableAccountTypes() { in getUsableInvitableAccountTypes() method in MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java130 public abstract Map<AccountTypeWithDataSet, AccountType> getUsableInvitableAccountTypes(); in getUsableInvitableAccountTypes() method in AccountTypeManager
631 public Map<AccountTypeWithDataSet, AccountType> getUsableInvitableAccountTypes() { in getUsableInvitableAccountTypes() method in AccountTypeManagerImpl