Searched refs:accountCache (Results 1 – 2 of 2) sorted by relevance
103 for (Account[] accountsPerType : accounts.accountCache.values()) { in apply()
238 final HashMap<String, Account[]> accountCache = new LinkedHashMap<>(); field in AccountManagerService.UserAccounts582 final Account[] accountsOfType = accounts.accountCache.get(accountType); in getAccountsAndVisibilityForPackage()1250 accounts.accountCache.clear(); in validateAccountsInternal()1319 accounts.accountCache.put(accountType, accountsForType); in validateAccountsInternal()2896 if (accounts.accountCache.containsKey(account.type)) { in accountExistsCache()2897 for (Account acc : accounts.accountCache.get(account.type)) { in accountExistsCache()5931 if (getUserAccountsForCaller().accountCache.containsKey(accountType)) {5932 for (Account account : getUserAccountsForCaller().accountCache.get(accountType)) {6195 final Account[] oldAccountsForType = accounts.accountCache.get(account.type);6204 accounts.accountCache.remove(account.type);[all …]