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.java87 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testBackVideoCapture()
101 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testFrontVideoCapture()
DSwitchPreview.java98 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testSwitchMode()
DCameraStartUp.java71 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.java2126 intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in onSharedPreferenceChanged()
/packages/apps/Camera2/tests/src/com/android/camera/functional/
DCameraTest.java53 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.java1701 if (MediaStore.INTENT_ACTION_VIDEO_CAMERA.equals(intentAction) in getModeIndex()
2037 case MediaStore.INTENT_ACTION_VIDEO_CAMERA: in resume()
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt59 … field public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA";
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java465 public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA"; field in MediaStore