Home
last modified time | relevance | path

Searched refs:accountsOfType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java532 final Account[] accountsOfType = accounts.accountCache.get(accountType); in getAccountsAndVisibilityForPackage() local
533 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;