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