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