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

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java113 private final Intent mStorageNotFullIntent; field in class:DeviceStorageMonitorService
340 mStorageNotFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL);
341 mStorageNotFullIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
522 getContext().sendBroadcastAsUser(mStorageNotFullIntent, UserHandle.ALL);

Completed in 103 milliseconds