Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java64 private static final int LOW_MEMORY_NOTIFICATION_ID = 1; field in DeviceStorageMonitorService
356 mNotificationMgr.notify(LOW_MEMORY_NOTIFICATION_ID, notification); in sendNotification()
369 mNotificationMgr.cancel(LOW_MEMORY_NOTIFICATION_ID); in cancelNotification()