Home
last modified time | relevance | path

Searched refs:captureVideoIntent (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java273 Intent captureVideoIntent = getCaptureVideoIntent(); in onCreate() local
277 captureVideoIntent.putExtra(MediaStore.EXTRA_OUTPUT, mVideoUri); in onCreate()
282 if (captureVideoIntent.resolveActivity(getPackageManager()) != null) { in onCreate()
283 startActivityForResult(captureVideoIntent, videoCaptureRequestId); in onCreate()