/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationPagerController.java | 43 * A simple controller for a {@link ViewPager} of conversations. 82 * adjacent conversations. 247 // other non-visible conversations 250 " switching to cursor mode to load other conversations");
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
PduCache.java | 64 URI_MATCHER.addURI("mms-sms", "conversations", MMS_CONVERSATION); 65 URI_MATCHER.addURI("mms-sms", "conversations/#", MMS_CONVERSATION_ID);
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
PduCache.java | 64 URI_MATCHER.addURI("mms-sms", "conversations", MMS_CONVERSATION); 65 URI_MATCHER.addURI("mms-sms", "conversations/#", MMS_CONVERSATION_ID);
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
SmsProvider.java | 177 Log.d(TAG, "query conversations: threadID=" + threadID); 201 projectionMap.put(Sms.Conversations.SNIPPET, 203 projectionMap.put(Sms.Conversations.THREAD_ID, 205 projectionMap.put(Sms.Conversations.MESSAGE_COUNT, 402 if (url.getPathSegments().get(0).equals("conversations")) { 839 cr.notifyChange(Uri.parse("content://mms-sms/conversations/"), null, true, [all...] |
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
ReadWriteDraftMessageActionTest.java | 227 final Cursor conversations = db.query(DatabaseHelper.CONVERSATIONS_TABLE, local 231 if (conversations.moveToFirst()) { 232 final String conversationId = conversations.getString(0); 271 assertEquals("Draft self differs", conversations.getString(1), 276 fail("No conversations in database");
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationListFragment.java | 132 * A simple method to update the timestamps of conversations periodically. 792 // There are no checked conversations when in conversation list mode. [all...] |
AccountController.java | 91 * @param hasNewFolderOrAccount true if we need to load conversations for a different folder
|
ControllableActivity.java | 49 * Get the set of currently selected conversations. This method returns a non-null value.
|
EmptyFolderDialogFragment.java | 61 * @param numConversations The number of conversations to display in the dialog.
|
FolderSelectionDialog.java | 112 "Tried to update conversations while fragment is not running");
|
AbstractActivityController.java | 278 * Selected conversations, if any. 284 /** Keeps track of selected and unselected conversations */ 341 // Loader constants: Conversations 407 * we start a loader which returns conversations that match the user-provided query. [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
NoiseSuppressor.java | 25 * (car/airplane engine, AC system) or non-stationary (other peoples conversations, car horn) for
|
/packages/apps/Messaging/res/values/ |
strings.xml | 213 <item quantity="other"><xliff:g id="messages">%d</xliff:g> messages in <xliff:g id="conversations">%d</xliff:g> conversations</item> 221 <item quantity="other"><xliff:g id="messages">%d</xliff:g> messages in <xliff:g id="conversations">%d</xliff:g> conversations</item> 248 <!-- Action menu title for showing archived conversations --> 250 <!-- Action menu title for deleting selected conversations in conversation list --> 252 <!-- Action menu title for archiving selected conversations in conversation list --> 254 <!-- Action menu title for unarchiving selected conversations in conversation list --> 256 <!-- Action menu title for turning off notification for the selected conversations in conversation list --> 258 <!-- Action menu title for turning on notification for the selected conversations in conversation list -- [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
MessagingContentProvider.java | 61 // Conversations query 62 private static final String CONVERSATIONS_QUERY = "conversations"; 111 // Notify any conversations widgets the conversation list has changed. 281 // Hide empty conversations (ones with 0 sort_timestamp)
|
MessageNotificationState.java | 75 * conversations which need to be notified. 79 * -- For multiple messages in multiple conversations: MultiConversationNotificationState 286 * Information on all the notification messages across all conversations. 354 * Notification for multiple messages in at least 2 different conversations. [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/ |
PlainTextEditText.java | 25 * We want the EditText used in Conversations to convert text to plain text on paste. This
|
/packages/apps/UnifiedEmail/src/com/android/mail/print/ |
HtmlPrintTemplates.java | 30 * Renders data into very simple string-substitution HTML templates for printing conversations.
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailConversationCursor.java | 204 // for conversations in outgoing mail mailboxes return a list of recipients 216 // for conversations in incoming mail mailboxes return the sender
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Conversation.java | 688 * found in the collection of conversations specified as the haystack. False 773 * Create a human-readable string of all the conversations 774 * @param collection Any collection of conversations 775 * @return string with a human readable representation of the conversations. 778 final StringBuilder out = new StringBuilder(collection.size() + " conversations:"); 782 // Indent the conversations to make them easy to read in debug
|
/packages/apps/Messaging/res/values-fr-rCA/ |
strings.xml | 124 <item quantity="one"><xliff:g id="MESSAGES_1">%d</xliff:g> message dans <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 125 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages dans <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 130 <item quantity="one"><xliff:g id="MESSAGES_1">%d</xliff:g> message dans <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 131 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages dans <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 161 <item quantity="other">Supprimer ces conversations?</item> [all...] |
/packages/apps/Messaging/res/values-ar/ |
strings.xml | 148 <item quantity="zero"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ??????</item> 149 <item quantity="two"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? ???????? (<xliff:g id="CONVERSATIONS">%d</xliff:g>)</item> 150 <item quantity="few"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ???????</item> 151 <item quantity="many"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ??????</item> 152 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ?? ?????????</item> 158 <item quantity="zero"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ??????</item> 159 <item quantity="two"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? ???????? (<xliff:g id="CONVERSATIONS">%d</xliff:g>)</item> 160 <item quantity="few"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ???????</item> 161 <item quantity="many"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ??????</item> 162 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> ?? ??????? ?? <xliff:g id="CONVERSATIONS">%d</xliff:g> ?? ?????????</item [all...] |
/frameworks/base/docs/html/training/auto/messaging/ |
index.jd | 144 a conversation, and to not use that tag for other conversations.</p> 314 messages. The first level of notification tells users what <em>conversations</em> are 326 This section describes how to notify Auto users that conversations are available and 327 provide the content of messages in those conversations. 363 If your app supports replying to conversations, you also create a {@link 390 Messaging notifications for Auto organize messages into conversations using the {@link 595 // and update the list of unread conversations in your app.
|
/packages/apps/Messaging/res/values-en-rAU/ |
strings.xml | 124 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages in <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 130 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages in <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 160 <item quantity="other">Delete these conversations?</item> [all...] |
/packages/apps/Messaging/res/values-en-rGB/ |
strings.xml | 124 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages in <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 130 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages in <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 160 <item quantity="other">Delete these conversations?</item> [all...] |
/packages/apps/Messaging/res/values-en-rIN/ |
strings.xml | 124 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages in <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 130 <item quantity="other"><xliff:g id="MESSAGES_1">%d</xliff:g> messages in <xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item> 160 <item quantity="other">Delete these conversations?</item> [all...] |