Home
last modified time | relevance | path

Searched refs:ACTION_MEDIA_MOUNTED (Results 1 – 9 of 9) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java72 || Intent.ACTION_MEDIA_MOUNTED.equals(action)) { in onReceive()
76 if (Intent.ACTION_MEDIA_MOUNTED.equals(action)) { in onReceive()
/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java158 filter.addAction(Intent.ACTION_MEDIA_MOUNTED); in RecordingStorageStatusManager()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaService.java88 case Intent.ACTION_MEDIA_MOUNTED: { in onHandleWork()
/packages/apps/Gallery/src/com/android/camera/
DGalleryPicker.java181 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) { in onReceiveMediaBroadcast()
278 intentFilter.addAction(Intent.ACTION_MEDIA_MOUNTED); in onStart()
DImageGallery.java442 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED);
453 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java71 private IntentFilter mMountFilter = new IntentFilter(Intent.ACTION_MEDIA_MOUNTED);
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java145 private static final String ACTION_MEDIA_MOUNTED = "android.intent.action.MEDIA_MOUNTED"; field in DirectoryFragment
275 sdCardStateChangeFilter.addAction(ACTION_MEDIA_MOUNTED); in getSdCardStateChangeFilter()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java588 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)
1535 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED); in installIntentFilter()
DVideoCamera.java329 } else if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) { in onReceive()
860 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED); in doOnResume()