Searched refs:INTENT_ACTION_VIDEO_CAMERA (Results 1 – 10 of 10) sorted by relevance
83 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testBackVideoCapture()97 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testFrontVideoCapture()
97 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testSwitchMode()
70 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()
2127 intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in onSharedPreferenceChanged()
54 checkActivityLeak(MediaStore.INTENT_ACTION_VIDEO_CAMERA); in testActivityLeak()
855 Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA);
1667 if (MediaStore.INTENT_ACTION_VIDEO_CAMERA.equals(intentAction) in getModeIndex()2007 case MediaStore.INTENT_ACTION_VIDEO_CAMERA: in resume()
606 public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA"; field in MediaStore
169 … field public static final String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA";