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