Searched refs:ACTION_VIDEO_CAPTURE (Results 1 – 14 of 14) sorted by relevance
68 public static final int ACTION_VIDEO_CAPTURE = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
34 new Intent(MediaStore.ACTION_VIDEO_CAPTURE)}),
37 Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); in testVideoCaptureIntentFdLeak()
51 mIntent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); in setUp()
43 Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); in testVideoCaptureIntentFdLeak()
58 mIntent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); in setUp()
64 || MediaStore.ACTION_VIDEO_CAPTURE.equals(action)); in MainActivityLayout()
196 .addAction(MediaStore.ACTION_VIDEO_CAPTURE)
1371 if (MediaStore.ACTION_VIDEO_CAPTURE.equals(getIntent().getAction()) in isCaptureIntent()1701 || MediaStore.ACTION_VIDEO_CAPTURE.equals(intentAction)) { in getModeIndex()2041 case MediaStore.ACTION_VIDEO_CAPTURE: in resume()2042 source = ForegroundSource.ACTION_VIDEO_CAPTURE; in resume()
1073 return (MediaStore.ACTION_VIDEO_CAPTURE.equals(action)); in isVideoCaptureIntent()
26 field public static final String ACTION_VIDEO_CAPTURE = "android.media.action.VIDEO_CAPTURE";
515 public final static String ACTION_VIDEO_CAPTURE = "android.media.action.VIDEO_CAPTURE"; field in MediaStore
1138 return (MediaStore.ACTION_VIDEO_CAPTURE.equals(action)); in isVideoCaptureIntent()