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

/frameworks/base/services/java/com/android/server/
H A DDeviceStorageMonitorService.java326 mStorageLowIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_LOW);
H A DDropBoxManagerService.java111 // Else, for ACTION_DEVICE_STORAGE_LOW:
145 filter.addAction(Intent.ACTION_DEVICE_STORAGE_LOW);
/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java200 if (Intent.ACTION_DEVICE_STORAGE_LOW.equals(action)) {
427 intentFilter = new IntentFilter(Intent.ACTION_DEVICE_STORAGE_LOW);
/frameworks/base/core/java/android/content/
H A DIntent.java1929 public static final String ACTION_DEVICE_STORAGE_LOW = "android.intent.action.DEVICE_STORAGE_LOW"; field in class:Intent
1965 * This is triggered by the user from the ACTION_DEVICE_STORAGE_LOW

Completed in 138 milliseconds