Searched defs:markContentsSeen (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursorOperationListener.java26 void markContentsSeen(); method in interface:ConversationCursorOperationListener
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) { method in class:ConversationCursorOperationListener.OperationHelper
45 ((ConversationCursorOperationListener) cursor).markContentsSeen();
47 markContentsSeen(((CursorWrapper) cursor).getWrappedCursor());
H A DConversationCursor.java2480 public void markContentsSeen() { method in class:ConversationCursor
2481 ConversationCursorOperationListener.OperationHelper.markContentsSeen(mUnderlyingCursor);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailConversationCursor.java127 markContentsSeen();
225 public void markContentsSeen() { method in class:EmailConversationCursor

Completed in 67 milliseconds