Home
last modified time | relevance | path

Searched refs:ACTION_DEVICE_STORAGE_NOT_FULL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsStorageMonitor.java83 filter.addAction(Intent.ACTION_DEVICE_STORAGE_NOT_FULL); in SmsStorageMonitor()
156 } else if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)) {
/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java321 mStorageNotFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL); in DeviceStorageMonitorService()
/frameworks/base/core/java/android/content/
DIntent.java1766 …public static final String ACTION_DEVICE_STORAGE_NOT_FULL = "android.intent.action.DEVICE_STORAGE_… field in Intent