Searched refs:ACTION_DEVICE_STORAGE_FULL (Results 1 – 3 of 3) sorted by relevance
82 filter.addAction(Intent.ACTION_DEVICE_STORAGE_FULL); in SmsStorageMonitor()153 if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_FULL)) {
319 mStorageFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL); in DeviceStorageMonitorService()
1755 …public static final String ACTION_DEVICE_STORAGE_FULL = "android.intent.action.DEVICE_STORAGE_FULL… field in Intent