HomeSort by relevance Sort by last modified time
    Searched refs: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 38 private int mLastCacheHit = -1;
127 mLastCacheHit = cache_entry;
134 if (mLastCacheHit >= 0) {
137 mCursors[i].moveToPosition(mCurRowNumCache[mLastCacheHit][i]);
180 mLastCacheHit = -1;

Completed in 2292 milliseconds