Searched refs:allInvitables (Results 1 – 1 of 1) sorted by relevance
699 Map<AccountTypeWithDataSet, AccountType> allInvitables = getAllInvitableAccountTypes(); in findUsableInvitableAccountTypes() local700 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()