Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DSmsStorageMonitor.java29 private final int NOTIFICATION_STORAGE_LIMITED_ID = -1; field in SmsStorageMonitor
53 mNotificationManager.notify(NOTIFICATION_STORAGE_LIMITED_ID, mBuilder.build()); in notifyReachStorageLimited()
57 mNotificationManager.cancel(NOTIFICATION_STORAGE_LIMITED_ID); in cancelStorageLimitedWarning()