HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_NONE (Results 1 - 6 of 6) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 98 context, MessagingNotification.THREAD_NONE, false);
MessageStatusService.java 70 MessagingNotification.THREAD_NONE, message.isStatusReportMessage());
MessagingNotification.java 161 public static final long THREAD_NONE = -2;
200 * volume. Make sure you set this to THREAD_NONE when the UI component that shows the thread is
202 * @param threadId The ID of the thread that the user is currently viewing. Pass THREAD_NONE
244 * no new message, use THREAD_NONE. If we should notify about multiple or unknown thread IDs,
297 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(),
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 402 MessagingNotification.THREAD_NONE);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
ConversationList.java     [all...]

Completed in 487 milliseconds