Searched defs:mStorageLowIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java115 private final Intent mStorageLowIntent; field in class:DeviceStorageMonitorService
340 mStorageLowIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_LOW);
341 mStorageLowIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
493 context.sendStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);
508 context.removeStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);

Completed in 544 milliseconds