Searched refs:ACTION_IMAGE_CAPTURE (Results 1 – 17 of 17) sorted by relevance
187 new Intent(MediaStore.ACTION_IMAGE_CAPTURE), in canTakePhoto()199 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in takePhoto()
1303 || MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction()) in isCaptureIntent()1519 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction())) { in getModeIndex()1697 case MediaStore.ACTION_IMAGE_CAPTURE: in onResume()1698 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in onResume()
330 mIsImageCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in init()
2349 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)
63 public static final int ACTION_IMAGE_CAPTURE = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
102 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in isCameraIntentRegistered()
47 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
64 mIsCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in MainActivityLayout()
52 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
173 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in createCameraIntent()
187 capture.addAction(MediaStore.ACTION_IMAGE_CAPTURE); in setFilters()
294 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null); in getTakePhotoIntent()
522 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in capturePicture()
2102 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)); in isImageCaptureIntent()
2233 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in isImageCaptureIntent()