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 88 MessagingNotification.nonBlockingUpdateNewMessageIndicator(
89 context, MessagingNotification.THREAD_NONE, false);
MessageStatusService.java 63 MessagingNotification.blockingUpdateNewMessageIndicator(this,
64 MessagingNotification.THREAD_NONE, message.isStatusReportMessage());
RetryScheduler.java 205 MessagingNotification.notifyDownloadFailed(mContext, threadId);
216 MessagingNotification.notifySendFailed(mContext, true);
SmsReceiverService.java 327 MessagingNotification.nonBlockingUpdateSendFailedNotification(this);
365 MessagingNotification.notifySendFailed(getApplicationContext(), true);
382 long threadId = MessagingNotification.getSmsThreadId(this, messageUri);
385 MessagingNotification.blockingUpdateNewMessageIndicator(this, threadId, false);
395 MessagingNotification.notifySendFailed(getApplicationContext(), true);
402 MessagingNotification.blockingUpdateNewMessageIndicator(
403 this, MessagingNotification.THREAD_ALL, false);
TransactionService.java 462 long threadId = MessagingNotification.getThreadId(
464 MessagingNotification.blockingUpdateNewMessageIndicator(this,
467 MessagingNotification.updateDownloadFailedNotification(this);
    [all...]
MessagingNotification.java 89 public class MessagingNotification {
151 Log.d(TAG, "[MessagingNotification] clear notification: mark all msgs seen");
177 private MessagingNotification() {
233 }, "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 42 import com.android.mms.transaction.MessagingNotification;
93 MessagingNotification.nonBlockingUpdateNewMessageIndicator(
95 MessagingNotification.THREAD_ALL, // always notify on class-zero msgs
ConversationList.java 76 import com.android.mms.transaction.MessagingNotification;
297 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 343 milliseconds