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