Searched refs:ConversationCursorOperationListener (Results 1 – 3 of 3) sorted by relevance
22 public interface ConversationCursorOperationListener { interface44 if (cursor instanceof ConversationCursorOperationListener) { in markContentsSeen()45 ((ConversationCursorOperationListener) cursor).markContentsSeen(); in markContentsSeen()61 if (cursor instanceof ConversationCursorOperationListener) { in emptyFolder()62 ((ConversationCursorOperationListener) cursor).emptyFolder(); in emptyFolder()
76 public final class ConversationCursor implements Cursor, ConversationCursorOperationListener,2481 ConversationCursorOperationListener.OperationHelper.markContentsSeen(mUnderlyingCursor); in markContentsSeen()2486 ConversationCursorOperationListener.OperationHelper.emptyFolder(mUnderlyingCursor); in emptyFolder()
35 import com.android.mail.browse.ConversationCursorOperationListener;51 ConversationCursorOperationListener {