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.java582 final Account[] accountsOfType = accounts.accountCache.get(accountType); in getAccountsAndVisibilityForPackage() local
583 if (accountsOfType != null) { in getAccountsAndVisibilityForPackage()
584 for (Account account : accountsOfType) { in getAccountsAndVisibilityForPackage()
6377 for (Account[] accountsOfType : userAccounts.accountCache.values()) {
6378 System.arraycopy(accountsOfType, 0, accountsArray, totalLength,
6379 accountsOfType.length);
6380 totalLength += accountsOfType.length;
6546 Account[] accountsOfType = getAccountsFromCache(accounts, typeToKeep,
6548 return accountsOfType.length > 0 && accountsOfType[0].equals(account);