Home | History | Annotate | Download | only in utils

Lines Matching defs:conversation

57 import com.android.mail.providers.Conversation;
474 // Do not allow this quick check to disrupt any active network-enabled conversation
578 // Launch directly to the conversation, if there is only 1 unseen conversation
589 launchConversationMode ? "conversation" : "conversation_list",
674 * @return an {@link Intent} which, if launched, will display the corresponding conversation
689 // A conversation cursor has been specified, so this intent is intended to be go
690 // directly to the one new conversation
692 // Get the Conversation object
693 final Conversation conversation = new Conversation(cursor);
694 intent = Utils.createViewConversationIntent(context, conversation,
781 final Conversation conversation = new Conversation(conversationCursor);
783 if (!conversation.read) {
790 final Uri.Builder uriBuilder = conversation.messageListUri.buildUpon();
828 conversation.subject,
829 conversation.snippet);
848 // For notifications for a single new conversation, we want to get the information from
849 // the conversation
851 // Move the cursor to the most recent unread conversation
854 final Conversation conversation = new Conversation(conversationCursor);
861 final Uri uri = conversation.messageListUri.buildUpon().appendQueryParameter(
866 // Use the information from the last sender in the conversation that triggered
878 // Assume that the last message in this conversation is unread
897 // The title of a single conversation is the list of senders.
904 // For a single new conversation, the ticker is based on the sender's name.
910 // For a single new conversation, the ticker is based on the sender's name.
914 // The notification content will be the subject of the conversation.
916 getSingleMessageLittleText(context, conversation.subject));
918 // The notification subtext will be the subject of the conversation for inbox
935 conversation.subject, message));
949 notification, account, conversation, message, folder,
955 // The title of a single conversation notification is built from both the sender
958 from, conversation.subject));
960 // The notification content will be the subject of the conversation for inbox
966 // For a single new conversation, the ticker is based on the sender's name.
1010 final Conversation conversation = new Conversation(conversationCursor);
1012 conversation.conversationInfo;
1069 * Seeks the cursor to the position of the most recent unread conversation. If no unread
1070 * conversation is found, the position of the cursor will be restored, and false will be
1076 final Conversation conversation = new Conversation(cursor);
1077 if (!conversation.read) {
1082 // Didn't find an unread conversation, reset the position.
1088 * Sets the bigtext for a notification for a single new conversation
1145 * Sets the bigtext for a notification for a single new conversation
1162 * Sets the bigtext for a notification for a single new conversation
1213 * Gets the title for a notification for a single new conversation