Lines Matching refs:conversation

64     public static final String ARG_CONVERSATION = "conversation";
98 /** True if we want to avoid marking the conversation as viewed and read. */
101 * Parcelable state of the conversation view. Can safely be used without null checking any time
154 * shown in the conversation view.
157 // Do not automatically mark this conversation viewed and read.
163 * many messages related to this conversation.
171 * many messages related to this conversation.
220 * (such as one that does not rely on account and/or conversation.
223 // Since the uri specified in the conversation base uri may not be unique, we specify a
224 // base uri that us guaranteed to be unique for this conversation.
342 // BEGIN conversation header callbacks
346 LogUtils.e(LOG_TAG, "unable to open 'change folders' dialog for a conversation");
351 // END conversation header callbacks
389 // Pop back to conversation list and show error.
432 // We have no messages: exit conversation view.
440 // conversation fragment on its own due to a separate
441 // conversation cursor update (we might get here if the
478 // need to exit this view- conversation may have been
488 // this conversation
518 // In most circumstances we want to mark the conversation as viewed and read, since the
519 // user has read it. However, if the user has already marked the conversation unread, we
523 // mark viewed/read if not previously marked viewed by this conversation view,
533 // Mark the conversation viewed and read.
589 public abstract void onConversationUpdated(Conversation conversation);
622 * re-render so that the conversation renders without
630 * Returns {@code true} if the conversation should be transformed. {@code false}, otherwise.
631 * @return {@code true} if the conversation should be transformed. {@code false}, otherwise.