Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsStorageMonitorTest.java91 new Intent(Intent.ACTION_DEVICE_STORAGE_FULL)); in testSmsMemoryStatus()
122 new Intent(Intent.ACTION_DEVICE_STORAGE_FULL)); in testRetrySmsMemoryStatus()
160 new Intent(Intent.ACTION_DEVICE_STORAGE_FULL)); in testReportSmsMemoryStatusToIms()
186 new Intent(Intent.ACTION_DEVICE_STORAGE_FULL)); in testReportSmsMemoryStatusDuringRetry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsStorageMonitor.java117 filter.addAction(Intent.ACTION_DEVICE_STORAGE_FULL); in SmsStorageMonitor()
293 if (Intent.ACTION_DEVICE_STORAGE_FULL.equals(action)
296 Intent.ACTION_DEVICE_STORAGE_FULL.equals(action) ? false : true;
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java578 final Intent fullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL) in updateBroadcasts()
/frameworks/base/core/java/android/content/
DIntent.java3494 …public static final String ACTION_DEVICE_STORAGE_FULL = "android.intent.action.DEVICE_STORAGE_FULL… field in Intent
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10541 Landroid/content/Intent;->ACTION_DEVICE_STORAGE_FULL:Ljava/lang/String;