Searched refs:accountsOfType (Results 1 – 1 of 1) sorted by relevance
537 final Account[] accountsOfType = accounts.accountCache.get(accountType); in getAccountsAndVisibilityForPackage() local538 if (accountsOfType != null) { in getAccountsAndVisibilityForPackage()539 for (Account account : accountsOfType) { in getAccountsAndVisibilityForPackage()6096 for (Account[] accountsOfType : userAccounts.accountCache.values()) {6097 System.arraycopy(accountsOfType, 0, accountsArray, totalLength,6098 accountsOfType.length);6099 totalLength += accountsOfType.length;