Home
last modified time | relevance | path

Searched refs:PendingIntentConstants (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DSmsStorageStatusManager.java28 import com.android.messaging.util.PendingIntentConstants;
86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification); in postStorageLowNotification()
96 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID); in cancelStorageLowNotification()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DPendingIntentConstants.java20 public class PendingIntentConstants { class
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java78 import com.android.messaging.util.PendingIntentConstants;
181 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()
388 case PendingIntentConstants.MSG_SEND_ERROR: in buildNotificationTag()
599 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID); in createMessageNotification()
1217 PendingIntentConstants.MSG_SEND_ERROR, in notifyEmergencySmsFailed()
H A DMessageNotificationState.java58 import com.android.messaging.util.PendingIntentConstants;
313 mType = PendingIntentConstants.SMS_NOTIFICATION_ID; in MessageNotificationState()
1330 PendingIntentConstants.MSG_SEND_ERROR, null), in checkFailedMessages()
1331 PendingIntentConstants.MSG_SEND_ERROR, in checkFailedMessages()
1337 PendingIntentConstants.MSG_SEND_ERROR, null), in checkFailedMessages()
1338 PendingIntentConstants.MSG_SEND_ERROR); in checkFailedMessages()
/aosp12/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DSmsReceiver.java52 import com.android.messaging.util.PendingIntentConstants;
292 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID, notification); in postNewMessageSecondaryUserNotification()
302 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID); in cancelSecondaryUserNotification()