Searched refs:ACTION_DEVICE_STORAGE_NOT_FULL (Results 1 – 3 of 3) sorted by relevance
88 filter.addAction(Intent.ACTION_DEVICE_STORAGE_NOT_FULL); in SmsStorageMonitor()162 } else if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)) {
339 mStorageNotFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL); in DeviceStorageMonitorService()
2014 …public static final String ACTION_DEVICE_STORAGE_NOT_FULL = "android.intent.action.DEVICE_STORAGE_… field in Intent