Home
last modified time | relevance | path

Searched refs:SMS_NOTIFICATION_ID (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java181 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID); in update()
242 if (type == PendingIntentConstants.SMS_NOTIFICATION_ID) { in cancel()
286 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID, childConversationId, true); in cancelStaleGroupChildren()
381 case PendingIntentConstants.SMS_NOTIFICATION_ID: in buildNotificationTag()
599 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID); in createMessageNotification()
DMessageNotificationState.java314 mType = PendingIntentConstants.SMS_NOTIFICATION_ID; in MessageNotificationState()
/packages/apps/Messaging/src/com/android/messaging/util/
DPendingIntentConstants.java22 public static final int SMS_NOTIFICATION_ID = 0; field in PendingIntentConstants