Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java41 private int mLastCacheHit = -1; field in SortCursor
131 mLastCacheHit = cache_entry; in onMove()
138 if (mLastCacheHit >= 0) { in onMove()
141 mCursors[i].moveToPosition(mCurRowNumCache[mLastCacheHit][i]); in onMove()
184 mLastCacheHit = -1; in onMove()