HomeSort by relevance Sort by last modified time
    Searched refs:markContentsSeen (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursorOperationListener.java 26 void markContentsSeen();
35 * Invokes {@link ConversationCursorOperationListener#markContentsSeen(Cursor)} on the
36 * specified {@link Cursor}, recursively calls {@link #markContentsSeen(Cursor)} on a
39 public static void markContentsSeen(final Cursor cursor) {
45 ((ConversationCursorOperationListener) cursor).markContentsSeen();
47 markContentsSeen(((CursorWrapper) cursor).getWrappedCursor());
ConversationCursor.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java     [all...]

Completed in 610 milliseconds