Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java704 Map<AccountTypeWithDataSet, AccountType> allInvitables = getAllInvitableAccountTypes(); in findUsableInvitableAccountTypes() local
705 if (allInvitables.isEmpty()) { in findUsableInvitableAccountTypes()
710 result.putAll(allInvitables); in findUsableInvitableAccountTypes()
713 for (AccountTypeWithDataSet accountTypeWithDataSet : allInvitables.keySet()) { in findUsableInvitableAccountTypes()
714 AccountType accountType = allInvitables.get(accountTypeWithDataSet); in findUsableInvitableAccountTypes()