Searched refs:mAccountCache (Results 1 – 1 of 1) sorted by relevance
86 private final LinkedHashMap<Uri, AccountCacheEntry> mAccountCache = field in MailAppProvider205 synchronized (mAccountCache) { in query()206 accountList = Lists.newArrayList(mAccountCache.values()); in query()306 synchronized (mAccountCache) { in addAccountImpl()309 mAccountCache.put(key, accountEntry); in addAccountImpl()403 synchronized (mAccountCache) { in cacheAccountList()404 accountList = ImmutableList.copyOf(mAccountCache.values()); in cacheAccountList()428 synchronized(provider.mAccountCache) { in getAccountFromAccountUri()429 AccountCacheEntry entry = provider.mAccountCache.get(accountUri); in getAccountFromAccountUri()454 synchronized (mAccountCache) { in onLoadComplete()[all …]