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