Searched refs:accountsForType (Results 1 – 1 of 1) sorted by relevance
1314 final Account[] accountsForType = new Account[accountNames.size()]; in validateAccountsInternal() local1315 for (int i = 0; i < accountsForType.length; i++) { in validateAccountsInternal()1316 accountsForType[i] = new Account(accountNames.get(i), accountType, in validateAccountsInternal()1319 accounts.accountCache.put(accountType, accountsForType); in validateAccountsInternal()4632 Account[] accountsForType = getAccountsFromCache(4635 if (accountsForType != null) {4636 visibleAccounts.addAll(Arrays.asList(accountsForType));6226 Account[] accountsForType = accounts.accountCache.get(account.type);6227 int oldLength = (accountsForType != null) ? accountsForType.length : 0;6229 if (accountsForType != null) {[all …]