Home
last modified time | relevance | path

Searched refs:SMS_STORAGE_LOW_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification); in postStorageLowNotification()
96 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID); in cancelStorageLowNotification()
/packages/apps/Messaging/src/com/android/messaging/util/
DPendingIntentConstants.java25 public static final int SMS_STORAGE_LOW_NOTIFICATION_ID = 3; field in PendingIntentConstants