Searched refs:accountCache (Results 1 – 2 of 2) sorted by relevance
103 for (Account[] accountsPerType : accounts.accountCache.values()) { in apply()
215 final HashMap<String, Account[]> accountCache = new LinkedHashMap<>(); field in AccountManagerService.UserAccounts537 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 …]