Home
last modified time | relevance | path

Searched refs:INTENT_ACTION_VIDEO_CAMERA (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Camera2/tests/src/com/android/camera/stress/
DVideoCapture.java83 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testBackVideoCapture()
97 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testFrontVideoCapture()
DSwitchPreview.java97 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testSwitchMode()
DCameraStartUp.java70 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in launchVideo()
/packages/apps/LegacyCamera/src/com/android/camera/
DMenuHelper.java107 action = MediaStore.INTENT_ACTION_VIDEO_CAMERA; in gotoMode()
122 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in gotoVideoMode()
DVideoCamera.java2127 intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in onSharedPreferenceChanged()
/packages/apps/Camera2/tests/src/com/android/camera/functional/
DCameraTest.java54 checkActivityLeak(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testActivityLeak()
/packages/apps/Gallery/src/com/android/camera/
DMenuHelper.java855 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA);
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java1667 if (MediaStore.INTENT_ACTION_VIDEO_CAMERA.equals(intentAction) in getModeIndex()
2007 case MediaStore.INTENT_ACTION_VIDEO_CAMERA: in resume()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java606 public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA"; field in MediaStore
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt169 … field public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA";