Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java326 mStorageLowIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_LOW); in DeviceStorageMonitorService()
DDropBoxManagerService.java145 filter.addAction(Intent.ACTION_DEVICE_STORAGE_LOW); in DropBoxManagerService()
/frameworks/base/services/java/com/android/server/content/
DSyncManager.java200 if (Intent.ACTION_DEVICE_STORAGE_LOW.equals(action)) {
427 intentFilter = new IntentFilter(Intent.ACTION_DEVICE_STORAGE_LOW); in SyncManager()
/frameworks/base/core/java/android/content/
DIntent.java1929 … public static final String ACTION_DEVICE_STORAGE_LOW = "android.intent.action.DEVICE_STORAGE_LOW"; field in Intent
/frameworks/base/api/
Dcurrent.txt6336 …field public static final java.lang.String ACTION_DEVICE_STORAGE_LOW = "android.intent.action.DEVI…