Searched refs:THREAD_NONE (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DMmsSystemEventReceiver.java98 context, MessagingNotification.THREAD_NONE, false);
H A DMessageStatusService.java64 MessagingNotification.THREAD_NONE, message.isStatusReportMessage());
H A DMessagingNotification.java161 public static final long THREAD_NONE = -2; field in class:MessagingNotification
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(),
1307 * @return The thread ID, or THREAD_NONE if the URI contains no entries
1321 Log.d(TAG, "getSmsThreadId uri: " + uri + " NULL cursor! returning THREAD_NONE");
1323 return THREAD_NONE;
1332 " Couldn't read row 0, col -1! returning THREAD_NONE");
1334 return THREAD_NONE;
[all...]
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java402 MessagingNotification.THREAD_NONE);
1120 MessagingNotification.THREAD_NONE);
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java1175 MessagingNotification.THREAD_NONE);
2283 MessagingNotification.THREAD_NONE);
2285 MessagingNotification.setCurrentlyDisplayedThreadId(MessagingNotification.THREAD_NONE);
4245 ComposeMessageActivity.this, MessagingNotification.THREAD_NONE, false);
H A DConversationList.java1002 MessagingNotification.THREAD_NONE, false);

Completed in 117 milliseconds