Searched refs:INTENT_ACTION_VIDEO_CAMERA (Results 1 – 10 of 10) sorted by relevance
87 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testBackVideoCapture()101 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testFrontVideoCapture()
98 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testSwitchMode()
71 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in launchVideo()
107 action = MediaStore.INTENT_ACTION_VIDEO_CAMERA; in gotoMode()122 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in gotoVideoMode()
2126 intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in onSharedPreferenceChanged()
53 checkActivityLeak(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testActivityLeak()
855 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA);
1701 if (MediaStore.INTENT_ACTION_VIDEO_CAMERA.equals(intentAction) in getModeIndex()2037 case MediaStore.INTENT_ACTION_VIDEO_CAMERA: in resume()
59 … field public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA";
465 public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA"; field in MediaStore