Searched refs:mUnderlyingCursor (Results 1 – 1 of 1) sorted by relevance
114 UnderlyingCursorWrapper mUnderlyingCursor; field in ConversationCursor172 if (mUnderlyingCursor != null) { in setCursor()255 return mUnderlyingCursor != null ? mUnderlyingCursor.conversationIds() : null; in getConversationIds()708 if (mUnderlyingCursor != null) { in resetCursor()711 mUnderlyingCursor = newCursorWrapper; in resetCursor()714 mUnderlyingCursor.moveToPosition(mPosition); in resetCursor()716 mUnderlyingCursor.registerContentObserver(mCursorObserver); in resetCursor()724 final boolean underlyingCursorUpdated = mUnderlyingCursor.isDataUpdated(); in resetCursor()725 mUnderlyingCursor.disableUpdateNotifications(); in resetCursor()766 return mUnderlyingCursor.getPosition(conversationId); in getUnderlyingPosition()[all …]