Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java91 private final LruCache<String, Cursor> mLruCache; field in ContentCache
311 if ((count == 0) && mCache.mLruCache.get(mId) != (mCursor)) { in close()
413 mLruCache = new LruCache<String, Cursor>(maxSize) { in ContentCache()
455 return mLruCache.size(); in size()
460 return mLruCache.get(id); in get()
464 return mLruCache.snapshot(); in getSnapshot()
501 mLruCache.put(id, c); in putCursorImpl()
645 mLruCache.put(id, cursor); in unlockImpl()
647 mLruCache.remove(id); in unlockImpl()
650 mLruCache.remove(id); in unlockImpl()
[all …]