HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MEDIA_MOUNTED (Results 1 - 25 of 44) sorted by null

1 2

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaScannerFacade.java 69 mService.sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED,
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 62 if (Intent.ACTION_MEDIA_MOUNTED.equals(action)) {
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 102 Intent scanIntent = new Intent(Intent.ACTION_MEDIA_MOUNTED,
107 getActivity().sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED,
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 123 sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
126 mTitle.setText("Sent ACTION_MEDIA_MOUNTED to trigger the Media Scanner.");
  /packages/apps/TV/common/src/com/android/tv/common/recording/
RecordingStorageStatusManager.java 151 filter.addAction(Intent.ACTION_MEDIA_MOUNTED);
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 131 sEnvironmentToBroadcast.put(Environment.MEDIA_MOUNTED, Intent.ACTION_MEDIA_MOUNTED);
132 sEnvironmentToBroadcast.put(Environment.MEDIA_MOUNTED_READ_ONLY, Intent.ACTION_MEDIA_MOUNTED);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 167 filter.addAction(Intent.ACTION_MEDIA_MOUNTED);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 71 private IntentFilter mMountFilter = new IntentFilter(Intent.ACTION_MEDIA_MOUNTED);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 69 || Intent.ACTION_MEDIA_MOUNTED.equals(action)) {
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 181 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) {
278 intentFilter.addAction(Intent.ACTION_MEDIA_MOUNTED);
ImageGallery.java 442 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED);
453 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) {
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 491 * Registers an intent to listen for ACTION_MEDIA_EJECT/ACTION_MEDIA_MOUNTED
502 } else if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) {
510 iFilter.addAction(Intent.ACTION_MEDIA_MOUNTED);
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 588 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)
    [all...]
VideoCamera.java 329 } else if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 369 milliseconds

1 2