Searched refs:ACTION_DEVICE_STORAGE_FULL (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsStorageMonitor.java87 filter.addAction(Intent.ACTION_DEVICE_STORAGE_FULL);
159 if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_FULL)) {
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java338 mStorageFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL);
/frameworks/base/core/java/android/content/
H A DIntent.java2231 public static final String ACTION_DEVICE_STORAGE_FULL = "android.intent.action.DEVICE_STORAGE_FULL"; field in class:Intent

Completed in 692 milliseconds