Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java91 private Intent mStorageNotFullIntent; field in DeviceStorageMonitorService
321 mStorageNotFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL); in DeviceStorageMonitorService()
322 mStorageNotFullIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); in DeviceStorageMonitorService()
389 mContext.sendBroadcast(mStorageNotFullIntent); in cancelFullNotification()