Searched refs:captureVideoIntent (Results 1 – 1 of 1) sorted by relevance
263 Intent captureVideoIntent = getCaptureVideoIntent(); in onCreate() local267 captureVideoIntent.putExtra(MediaStore.EXTRA_OUTPUT, mVideoUri); in onCreate()272 if (captureVideoIntent.resolveActivity(getPackageManager()) != null) { in onCreate()273 startActivityForResult(captureVideoIntent, videoCaptureRequestId); in onCreate()