Searched refs:MessagingNotification (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DMmsSystemEventReceiver.java97 MessagingNotification.nonBlockingUpdateNewMessageIndicator(
98 context, MessagingNotification.THREAD_NONE, false);
H A DMessageStatusService.java63 MessagingNotification.blockingUpdateNewMessageIndicator(this,
64 MessagingNotification.THREAD_NONE, message.isStatusReportMessage());
H A DSmsReceiverService.java328 MessagingNotification.nonBlockingUpdateSendFailedNotification(this);
367 MessagingNotification.notifySendFailed(getApplicationContext(), true);
384 long threadId = MessagingNotification.getSmsThreadId(this, messageUri);
387 MessagingNotification.blockingUpdateNewMessageIndicator(this, threadId, false);
397 MessagingNotification.notifySendFailed(getApplicationContext(), true);
404 MessagingNotification.blockingUpdateNewMessageIndicator(
405 this, MessagingNotification.THREAD_ALL, false);
H A DRetryScheduler.java205 MessagingNotification.notifyDownloadFailed(mContext, threadId);
216 MessagingNotification.notifySendFailed(mContext, true);
H A DTransactionService.java476 long threadId = MessagingNotification.getThreadId(
478 MessagingNotification.blockingUpdateNewMessageIndicator(this,
481 MessagingNotification.updateDownloadFailedNotification(this);
H A DMessagingNotification.java91 public class MessagingNotification { class
153 Log.d(TAG, "[MessagingNotification] clear notification: mark all msgs seen");
179 private MessagingNotification() { method in class:MessagingNotification
235 }, "MessagingNotification.nonBlockingUpdateNewMessageIndicator").start();
/packages/apps/Mms/src/com/android/mms/
H A DMmsApp.java37 import com.android.mms.transaction.MessagingNotification;
98 MessagingNotification.init(this);
/packages/apps/Mms/src/com/android/mms/ui/
H A DClassZeroActivity.java44 import com.android.mms.transaction.MessagingNotification;
121 MessagingNotification.nonBlockingUpdateNewMessageIndicator(
123 MessagingNotification.THREAD_ALL, // always notify on class-zero msgs
H A DManageSimMessages.java54 import com.android.mms.transaction.MessagingNotification;
129 MessagingNotification.cancelNotification(getApplicationContext(),
H A DConversationList.java79 import com.android.mms.transaction.MessagingNotification;
380 MessagingNotification.cancelNotification(getApplicationContext(),
1001 MessagingNotification.nonBlockingUpdateNewMessageIndicator(ConversationList.this,
1002 MessagingNotification.THREAD_NONE, false);
1005 MessagingNotification.nonBlockingUpdateSendFailedNotification(ConversationList.this);
H A DComposeMessageActivity.java137 import com.android.mms.transaction.MessagingNotification;
1174 MessagingNotification.setCurrentlyDisplayedThreadId(
1175 MessagingNotification.THREAD_NONE);
1244 mTempThreadId = MessagingNotification.getThreadId(
1845 if (MessagingNotification.isFailedToDeliver(intent)) {
1847 MessagingNotification.cancelNotification(context,
1848 MessagingNotification.MESSAGE_FAILED_NOTIFICATION_ID);
1855 if (MessagingNotification.isFailedToDownload(intent)) {
1857 MessagingNotification.cancelNotification(context,
1858 MessagingNotification
[all...]
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java33 import com.android.mms.transaction.MessagingNotification;
401 MessagingNotification.blockingUpdateAllNotifications(mContext,
402 MessagingNotification.THREAD_NONE);
1119 MessagingNotification.blockingUpdateAllNotifications(context,
1120 MessagingNotification.THREAD_NONE);

Completed in 115 milliseconds