Searched refs:takePictureIntent (Results 1 – 1 of 1) sorted by relevance
1192 Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in doJcaCapture() local1209 takePictureIntent.putExtra(MediaStore.EXTRA_OUTPUT, photoUri); in doJcaCapture()1210 takePictureIntent.setComponent(new ComponentName( in doJcaCapture()1212 takePictureIntent.setFlags( in doJcaCapture()1215 startActivityForResult(takePictureIntent, REQUEST_IMAGE_CAPTURE); in doJcaCapture()