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

  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 32 import com.android.mms.transaction.MessagingNotification;
86 MessagingNotification.init(this);
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java 54 MessagingNotification.nonBlockingUpdateNewMessageIndicator(context,
MmsSystemEventReceiver.java 80 MessagingNotification.nonBlockingUpdateNewMessageIndicator(context, false, false);
SmsReceiverService.java 311 MessagingNotification.updateSendFailedNotification(this);
349 MessagingNotification.notifySendFailed(getApplicationContext(), true);
367 MessagingNotification.blockingUpdateNewMessageIndicator(this, true, false);
377 MessagingNotification.notifySendFailed(getApplicationContext(), true);
384 MessagingNotification.blockingUpdateNewMessageIndicator(this, true, false);
RetryScheduler.java 207 MessagingNotification.notifyDownloadFailed(mContext, threadId);
218 MessagingNotification.notifySendFailed(mContext, true);
MessagingNotification.java 74 public class MessagingNotification {
125 Log.d(TAG, "[MessagingNotification] clear notification: mark all msgs seen");
135 private MessagingNotification() {
TransactionService.java 421 MessagingNotification.blockingUpdateNewMessageIndicator(this, true,
423 MessagingNotification.updateDownloadFailedNotification(this);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 42 import com.android.mms.transaction.MessagingNotification;
95 MessagingNotification.nonBlockingUpdateNewMessageIndicator(this, true, false);
ManageSimMessages.java 22 import com.android.mms.transaction.MessagingNotification;
107 MessagingNotification.cancelNotification(getApplicationContext(),
ConversationList.java 29 import com.android.mms.transaction.MessagingNotification;
247 MessagingNotification.cancelNotification(getApplicationContext(),
713 MessagingNotification.nonBlockingUpdateNewMessageIndicator(ConversationList.this,
717 MessagingNotification.updateSendFailedNotification(ConversationList.this);
    [all...]
ComposeMessageActivity.java 147 import com.android.mms.transaction.MessagingNotification;
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 30 import com.android.mms.transaction.MessagingNotification;
345 MessagingNotification.blockingUpdateAllNotifications(mContext);
    [all...]

Completed in 167 milliseconds