Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMailAppProvider.java86 private final LinkedHashMap<Uri, AccountCacheEntry> mAccountCache =
87 new LinkedHashMap<Uri, AccountCacheEntry>();
102 private Comparator<AccountCacheEntry> mAccountComparator;
161 final Function<AccountCacheEntry, String> accountQueryUriExtractor = in onCreate()
162 new Function<AccountCacheEntry, String>() { in onCreate()
164 public String apply(AccountCacheEntry accountCacheEntry) { in onCreate()
171 mAccountComparator = new RankedComparator<AccountCacheEntry, String>( in onCreate()
204 final List<AccountCacheEntry> accountList; in query()
217 for (AccountCacheEntry accountEntry : accountList) { in query()
296 addAccountImpl(account.uri, new AccountCacheEntry(account, accountsQueryUri)); in addAccountImpl()
[all …]