Searched refs:ACTION_DEVICE_STORAGE_NOT_FULL (Results 1 – 4 of 4) 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)) {
108 new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)); in testSmsMemoryStatus()
340 mStorageNotFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL); in DeviceStorageMonitorService()
2405 …public static final String ACTION_DEVICE_STORAGE_NOT_FULL = "android.intent.action.DEVICE_STORAGE_… field in Intent