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()
1309 || MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction()) in isCaptureIntent()1579 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction())) { in getModeIndex()1754 case MediaStore.ACTION_IMAGE_CAPTURE: in onResumeTasks()1755 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in onResumeTasks()
311 mIsImageCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in init()
2333 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)
65 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()