Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java699 Map<AccountTypeWithDataSet, AccountType> allInvitables = getAllInvitableAccountTypes(); in findUsableInvitableAccountTypes() local
700 if (allInvitables.isEmpty()) { in findUsableInvitableAccountTypes()
705 result.putAll(allInvitables); in findUsableInvitableAccountTypes()
708 for (AccountTypeWithDataSet accountTypeWithDataSet : allInvitables.keySet()) { in findUsableInvitableAccountTypes()
709 AccountType accountType = allInvitables.get(accountTypeWithDataSet); in findUsableInvitableAccountTypes()