HomeSort by relevance Sort by last modified time
    Searched defs:mLastCacheHit (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 38 private int mLastCacheHit = -1;
127 mLastCacheHit = cache_entry;
134 if (mLastCacheHit >= 0) {
137 mCursors[i].moveToPosition(mCurRowNumCache[mLastCacheHit][i]);
180 mLastCacheHit = -1;
  /packages/apps/Music/src/com/android/music/
SortCursor.java 37 private int mLastCacheHit = -1;
121 mLastCacheHit = cache_entry;
128 if (mLastCacheHit >= 0) {
131 mCursors[i].moveToPosition(mCurRowNumCache[mLastCacheHit][i]);
174 mLastCacheHit = -1;

Completed in 50 milliseconds