Home | History | Annotate | Download | only in agenda

Lines Matching refs:mRowCount

151     private int mRowCount;
408 return mRowCount;
452 if (position >= (mRowCount - PREFETCH_BOUNDARY)
784 if (mRowCount == 0 || queryType == QUERY_TYPE_CLEAN) {
785 mRowCount = 0;
844 if (mRowCount != 0) {
845 queryDuration = IDEAL_NUM_OF_EVENTS * (end - start + 1) / mRowCount;
901 if (mRowCount < 20 && queryData.queryType != QUERY_TYPE_CLEAN) {
903 Log.e(TAG, "Compacting cursor: mRowCount=" + mRowCount
1269 mRowCount = 0;
1271 info3.offset = mRowCount;
1272 mRowCount += info3.size;