Searched refs:accountsOfType (Results 1 – 1 of 1) sorted by relevance
532 final Account[] accountsOfType = accounts.accountCache.get(accountType); in getAccountsAndVisibilityForPackage() local533 if (accountsOfType != null) { in getAccountsAndVisibilityForPackage()534 for (Account account : accountsOfType) { in getAccountsAndVisibilityForPackage()5979 for (Account[] accountsOfType : userAccounts.accountCache.values()) {5980 System.arraycopy(accountsOfType, 0, accountsArray, totalLength,5981 accountsOfType.length);5982 totalLength += accountsOfType.length;