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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java69 * mMaxRead is the max items that each cursor window reads
72 private int mMaxRead = Integer.MAX_VALUE; field in class:SQLiteCursor
89 mMaxRead = maxRead;
136 int count = mQuery.fillWindow(cw, mMaxRead, mCount);
140 mCount += mMaxRead;
176 if ((Integer.MAX_VALUE != mMaxRead || Integer.MAX_VALUE != mInitialRead) &&

Completed in 27 milliseconds