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

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java117 private final Intent mStorageFullIntent; field in class:DeviceStorageMonitorService
344 mStorageFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL);
345 mStorageFullIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
517 getContext().sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
525 getContext().removeStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);

Completed in 8 milliseconds