Searched defs:accountCache (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java172 private final HashMap<String, Account[]> accountCache = field in class:AccountManagerService.UserAccounts
339 accounts.accountCache.clear();
374 accounts.accountCache.put(accountType, accountsForType);
2393 final Account[] oldAccountsForType = accounts.accountCache.get(account.type);
2402 accounts.accountCache.remove(account.type);
2406 accounts.accountCache.put(account.type, newAccountsForType);
2417 Account[] accountsForType = accounts.accountCache.get(account.type);
2424 accounts.accountCache.put(account.type, newAccountsForType);
2429 final Account[] accounts = userAccounts.accountCache.get(accountType);
2437 for (Account[] accounts : userAccounts.accountCache
[all...]

Completed in 17 milliseconds