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

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java336 mStorageOkIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_OK);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2548 intentFilter.addAction(Intent.ACTION_DEVICE_STORAGE_OK);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java249 } else if (Intent.ACTION_DEVICE_STORAGE_OK.equals(action)) {
477 intentFilter.addAction(Intent.ACTION_DEVICE_STORAGE_OK);
/frameworks/base/core/java/android/content/
H A DIntent.java2218 public static final String ACTION_DEVICE_STORAGE_OK = "android.intent.action.DEVICE_STORAGE_OK"; field in class:Intent

Completed in 380 milliseconds