Searched refs:captureImageIntent (Results 1 – 1 of 1) sorted by relevance
415 Intent captureImageIntent = getCaptureImageIntent(); in startCaptureImageIntent() local419 captureImageIntent.putExtra(MediaStore.EXTRA_OUTPUT, mImageUri); in startCaptureImageIntent()420 if (captureImageIntent.resolveActivity(getPackageManager()) != null) { in startCaptureImageIntent()421 startActivityForResult(captureImageIntent, REQUEST_IMAGE_CAPTURE); in startCaptureImageIntent()