Searched refs:ACTION_IMAGE_CAPTURE (Results 1 – 12 of 12) sorted by relevance
66 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()
196 new Intent(MediaStore.ACTION_IMAGE_CAPTURE), in canTakePhoto()208 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in takePhoto()
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()
196 capture.addAction(MediaStore.ACTION_IMAGE_CAPTURE); in setFilters()
309 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null); in getTakePhotoIntent()
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()
2176 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in isImageCaptureIntent()
2115 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)); in isImageCaptureIntent()