Searched refs:mCursorCache (Results 1 – 2 of 2) sorted by relevance
204 private final @GuardedBy("mContentLock") CursorCache mCursorCache; field in ContentPager253 mCursorCache = new CursorCache(cursorCacheSize); in ContentPager()307 mCursorCache.evictAll(); in reset()328 if (mCursorCache.hasEntry(query.getUri())) { in loadContentInBackground()354 mCursorCache.put(query.getUri(), cursor); in loadContentInBackground()362 Cursor unpaged = mCursorCache.get(query.getUri()); in createPagedCursor()
36 private int mCursorCache[] = new int[ROWCACHESIZE]; field in SortCursor120 int which = mCursorCache[cache_entry]; in onMove()174 mCursorCache[cache_entry] = smallestIdx; in onMove()