Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerBackupHelper.java103 for (Account[] accountsPerType : accounts.accountCache.values()) { in apply()
DAccountManagerService.java215 final HashMap<String, Account[]> accountCache = new LinkedHashMap<>(); field in AccountManagerService.UserAccounts
537 final Account[] accountsOfType = accounts.accountCache.get(accountType); in getAccountsAndVisibilityForPackage()
1185 accounts.accountCache.clear(); in validateAccountsInternal()
1248 accounts.accountCache.put(accountType, accountsForType); in validateAccountsInternal()
2759 if (accounts.accountCache.containsKey(account.type)) { in accountExistsCache()
2760 for (Account acc : accounts.accountCache.get(account.type)) { in accountExistsCache()
5680 if (getUserAccountsForCaller().accountCache.containsKey(accountType)) {
5681 for (Account account : getUserAccountsForCaller().accountCache.get(accountType)) {
5914 final Account[] oldAccountsForType = accounts.accountCache.get(account.type);
5923 accounts.accountCache.remove(account.type);
[all …]