Searched defs:mLastCacheHit (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java38 private int mLastCacheHit = -1; field in class:SortCursor
127 mLastCacheHit = cache_entry;
134 if (mLastCacheHit >= 0) {
137 mCursors[i].moveToPosition(mCurRowNumCache[mLastCacheHit][i]);
180 mLastCacheHit = -1;

Completed in 122 milliseconds