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.java335 mStorageOkIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_OK);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2366 intentFilter.addAction(Intent.ACTION_DEVICE_STORAGE_OK);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java214 } else if (Intent.ACTION_DEVICE_STORAGE_OK.equals(action)) {
425 intentFilter.addAction(Intent.ACTION_DEVICE_STORAGE_OK);
/frameworks/base/core/java/android/content/
H A DIntent.java2045 public static final String ACTION_DEVICE_STORAGE_OK = "android.intent.action.DEVICE_STORAGE_OK"; field in class:Intent

Completed in 86 milliseconds