HomeSort by relevance Sort by last modified time
    Searched defs:MessagingNotification (Results 1 - 11 of 11) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 97 MessagingNotification.nonBlockingUpdateNewMessageIndicator(
98 context, MessagingNotification.THREAD_NONE, false);
MessageStatusService.java 69 MessagingNotification.blockingUpdateNewMessageIndicator(this,
70 MessagingNotification.THREAD_NONE, message.isStatusReportMessage());
RetryScheduler.java 205 MessagingNotification.notifyDownloadFailed(mContext, threadId);
216 MessagingNotification.notifySendFailed(mContext, true);
SmsReceiverService.java 335 MessagingNotification.nonBlockingUpdateSendFailedNotification(this);
374 MessagingNotification.notifySendFailed(getApplicationContext(), true);
391 long threadId = MessagingNotification.getSmsThreadId(this, messageUri);
394 MessagingNotification.blockingUpdateNewMessageIndicator(this, threadId, false);
404 MessagingNotification.notifySendFailed(getApplicationContext(), true);
411 MessagingNotification.blockingUpdateNewMessageIndicator(
412 this, MessagingNotification.THREAD_ALL, false);
TransactionService.java 483 long threadId = MessagingNotification.getThreadId(
485 MessagingNotification.blockingUpdateNewMessageIndicator(this,
488 MessagingNotification.updateDownloadFailedNotification(this);
    [all...]
MessagingNotification.java 91 public class MessagingNotification {
153 Log.d(TAG, "[MessagingNotification] clear notification: mark all msgs seen");
179 private MessagingNotification() {
235 }, "MessagingNotification.nonBlockingUpdateNewMessageIndicator").start();
    [all...]
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 37 import com.android.mms.transaction.MessagingNotification;
100 MessagingNotification.init(this);
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 44 import com.android.mms.transaction.MessagingNotification;
121 MessagingNotification.nonBlockingUpdateNewMessageIndicator(
123 MessagingNotification.THREAD_ALL, // always notify on class-zero msgs
ConversationList.java 79 import com.android.mms.transaction.MessagingNotification;
380 MessagingNotification.cancelNotification(getApplicationContext(),
    [all...]
ComposeMessageActivity.java 137 import com.android.mms.transaction.MessagingNotification;
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 33 import com.android.mms.transaction.MessagingNotification;
401 MessagingNotification.blockingUpdateAllNotifications(mContext,
402 MessagingNotification.THREAD_NONE);
    [all...]

Completed in 207 milliseconds