Searched refs:mCachePos (Results 1 – 1 of 1) sorted by relevance
304 final int pos = mCachePos; in doInBackground()318 mCachePos = pos + 1; in doInBackground()330 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos); in onPostExecute()364 private int mCachePos; field in ConversationCursor.UnderlyingCursorWrapper464 mCachePos = 0; in UnderlyingCursorWrapper()477 if (mCachingEnabled && mCachePos < getCount()) { in resumeCaching()478 mCacheLoaderTask = new CacheLoaderTask(mCachePos); in resumeCaching()488 mCacheLoaderTask.mStartPos, mCachePos); in pauseCaching()566 LogUtils.i(LOG_TAG, "Resuming caching, pos=%s idler=%s", mCachePos, idler); in onStateChanged()