Searched refs:mUnderlyingCursor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java114 UnderlyingCursorWrapper mUnderlyingCursor; field in class:ConversationCursor
170 if (mUnderlyingCursor != null) {
250 return mUnderlyingCursor != null ? mUnderlyingCursor.conversationIds() : null;
698 if (mUnderlyingCursor != null) {
701 mUnderlyingCursor = newCursorWrapper;
704 mUnderlyingCursor.moveToPosition(mPosition);
706 mUnderlyingCursor.registerContentObserver(mCursorObserver);
714 final boolean underlyingCursorUpdated = mUnderlyingCursor.isDataUpdated();
715 mUnderlyingCursor
[all...]

Completed in 53 milliseconds