Searched refs:ACTION_MEDIA_MOUNTED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java130 sEnvironmentToBroadcast.put(Environment.MEDIA_MOUNTED, Intent.ACTION_MEDIA_MOUNTED);
131 sEnvironmentToBroadcast.put(Environment.MEDIA_MOUNTED_READ_ONLY, Intent.ACTION_MEDIA_MOUNTED);
/frameworks/base/core/java/android/content/
H A DIntent.java2433 * Apps should listen for ACTION_MEDIA_MOUNTED and ACTION_MEDIA_UNMOUNTED broadcasts to be notified
2443 * Apps should listen for ACTION_MEDIA_MOUNTED and ACTION_MEDIA_UNMOUNTED broadcasts to be notified
2485 public static final String ACTION_MEDIA_MOUNTED = "android.intent.action.MEDIA_MOUNTED"; field in class:Intent
8951 case ACTION_MEDIA_MOUNTED:

Completed in 65 milliseconds