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

/frameworks/base/services/java/com/android/server/
H A DDeviceStorageMonitorService.java105 private Intent mStorageFullIntent; field in class:DeviceStorageMonitorService
330 mStorageFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL);
331 mStorageFullIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
404 mContext.sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
412 mContext.removeStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);

Completed in 37 milliseconds