Searched refs:mStorageLowIntent (Results 1 – 1 of 1) sorted by relevance
88 private Intent mStorageLowIntent; field in DeviceStorageMonitorService315 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()