Searched refs:ACTION_IMAGE_CAPTURE (Results 1 – 13 of 13) sorted by relevance
203 new Intent(MediaStore.ACTION_IMAGE_CAPTURE), in canTakePhoto()215 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in takePhoto()
66 public static final int ACTION_IMAGE_CAPTURE = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
33 new Intent(MediaStore.ACTION_IMAGE_CAPTURE),
102 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in isCameraIntentRegistered()
47 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
62 mIsCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in MainActivityLayout()
52 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
1372 || MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction()) in isCaptureIntent()1700 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(intentAction) in getModeIndex()1990 case MediaStore.ACTION_IMAGE_CAPTURE: in resume()1991 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in resume()
2180 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in isImageCaptureIntent()
190 .addAction(MediaStore.ACTION_IMAGE_CAPTURE)
310 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null); in getTakePhotoIntent()
322 CAPTURE_IMAGE(MediaStore.ACTION_IMAGE_CAPTURE,
2115 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)); in isImageCaptureIntent()