Searched refs:UnderlyingCursorWrapper (Results 1 – 1 of 1) sorted by relevance
114 UnderlyingCursorWrapper mUnderlyingCursor;116 private volatile UnderlyingCursorWrapper mRequeryCursor;170 private void setCursor(UnderlyingCursorWrapper cursor) { in setCursor()272 private static class UnderlyingCursorWrapper extends ThreadSafeCursorWrapper class in ConversationCursor315 UnderlyingCursorWrapper.this); in doInBackground()378 public UnderlyingCursorWrapper(Cursor result, boolean cachingEnabled) { in UnderlyingCursorWrapper() method in ConversationCursor.UnderlyingCursorWrapper580 private class RefreshTask extends AsyncTask<Void, Void, UnderlyingCursorWrapper> {585 protected UnderlyingCursorWrapper doInBackground(Void... params) { in doInBackground()590 final UnderlyingCursorWrapper result = doQuery(false); in doInBackground()597 protected void onPostExecute(UnderlyingCursorWrapper result) { in onPostExecute()[all …]