Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java291 Intent captureAudioIntent = getCaptureAudioIntent(); in onCreate() local
292 if (captureAudioIntent.resolveActivity(getPackageManager()) != null) { in onCreate()
293 startActivityForResult(captureAudioIntent, REQUEST_AUDIO_CAPTURE); in onCreate()