Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java142 public abstract Map<AccountTypeWithDataSet, AccountType> getUsableInvitableAccountTypes(); in getUsableInvitableAccountTypes() method in AccountTypeManager
663 public Map<AccountTypeWithDataSet, AccountType> getUsableInvitableAccountTypes() { in getUsableInvitableAccountTypes() method in AccountTypeManagerImpl
DContactLoader.java394 AccountTypeManager.getInstance(getContext()).getUsableInvitableAccountTypes(); in loadInvitableAccountTypes()