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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMailAppProvider.java81 private final LinkedHashMap<Uri, AccountCacheEntry> mAccountCache =
82 new LinkedHashMap<Uri, AccountCacheEntry>();
183 final List<AccountCacheEntry> accountList;
191 for (AccountCacheEntry accountEntry : accountList) {
269 addAccountImpl(account.uri, new AccountCacheEntry(account, accountsQueryUri));
278 private void addAccountImpl(Uri key, AccountCacheEntry accountEntry) {
345 final AccountCacheEntry accountEntry = new AccountCacheEntry(
374 final List<AccountCacheEntry> accountList;
381 for (AccountCacheEntry accountEntr
490 private static class AccountCacheEntry { class in class:MailAppProvider
497 public AccountCacheEntry(Account account, Uri accountQueryUri) { method in class:MailAppProvider.AccountCacheEntry
502 public AccountCacheEntry(JSONObject o) throws JSONException { method in class:MailAppProvider.AccountCacheEntry
[all...]

Completed in 148 milliseconds