Searched refs:ACTION_DEVICE_STORAGE_NOT_FULL (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsStorageMonitor.java88 filter.addAction(Intent.ACTION_DEVICE_STORAGE_NOT_FULL);
162 } else if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsStorageMonitorTest.java111 new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL));
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java346 mStorageNotFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL);
/frameworks/base/core/java/android/content/
H A DIntent.java2421 public static final String ACTION_DEVICE_STORAGE_NOT_FULL = "android.intent.action.DEVICE_STORAGE_NOT_FULL"; field in class:Intent

Completed in 1789 milliseconds