Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsStorageMonitor.java92 filter.addAction(Intent.ACTION_DEVICE_STORAGE_NOT_FULL); in SmsStorageMonitor()
167 } else if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsStorageMonitorTest.java91 new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)); in testSmsMemoryStatus()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java535 final Intent notFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL) in updateBroadcasts()
/frameworks/base/core/java/android/content/
DIntent.java3246 …public static final String ACTION_DEVICE_STORAGE_NOT_FULL = "android.intent.action.DEVICE_STORAGE_… field in Intent
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13420 Landroid/content/Intent;->ACTION_DEVICE_STORAGE_NOT_FULL:Ljava/lang/String;