Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java88 private Intent mStorageLowIntent; field in DeviceStorageMonitorService
315 mStorageLowIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_LOW); in DeviceStorageMonitorService()
316 mStorageLowIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in DeviceStorageMonitorService()
357 mContext.sendStickyBroadcast(mStorageLowIntent); in sendNotification()
371 mContext.removeStickyBroadcast(mStorageLowIntent); in cancelNotification()