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

/frameworks/base/services/java/com/android/server/
H A DDeviceStorageMonitorService.java90 private Intent mStorageFullIntent; field in class:DeviceStorageMonitorService
318 mStorageFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL);
319 mStorageFullIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
379 mContext.sendStickyBroadcast(mStorageFullIntent);
387 mContext.removeStickyBroadcast(mStorageFullIntent);

Completed in 68 milliseconds