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

/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java190 private final HashMap<String, Account[]> accountCache = field in class:AccountManagerService.UserAccounts
375 accounts.accountCache.clear();
410 accounts.accountCache.put(accountType, accountsForType);
2861 final Account[] oldAccountsForType = accounts.accountCache.get(account.type);
2870 accounts.accountCache.remove(account.type);
2874 accounts.accountCache.put(account.type, newAccountsForType);
2885 Account[] accountsForType = accounts.accountCache.get(account.type);
2892 accounts.accountCache.put(account.type, newAccountsForType);
2969 final Account[] accounts = userAccounts.accountCache.get(accountType);
2978 for (Account[] accounts : userAccounts.accountCache
[all...]

Completed in 52 milliseconds