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

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java84 private static final int LOW_MEMORY_NOTIFICATION_ID = 1; field in class:DeviceStorageMonitorService
487 mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification,
502 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL);

Completed in 138 milliseconds