Searched refs:accountsForType (Results 1 – 1 of 1) sorted by relevance
592 List<AccountType> accountsForType = accountTypesByType.get(accountType.accountType); in addAccountType() local593 if (accountsForType == null) { in addAccountType()594 accountsForType = new ArrayList<>(); in addAccountType()596 accountsForType.add(accountType); in addAccountType()597 accountTypesByType.put(accountType.accountType, accountsForType); in addAccountType()