Searched refs:ACTION_DEVICE_STORAGE_FULL (Results 1 – 4 of 4) sorted by relevance
87 filter.addAction(Intent.ACTION_DEVICE_STORAGE_FULL); in SmsStorageMonitor()159 if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_FULL)) {
98 new Intent(Intent.ACTION_DEVICE_STORAGE_FULL)); in testSmsMemoryStatus()
344 mStorageFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL); in DeviceStorageMonitorService()
2410 …public static final String ACTION_DEVICE_STORAGE_FULL = "android.intent.action.DEVICE_STORAGE_FULL… field in Intent