Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java291 Intent captureAudioIntent = getCaptureAudioIntent(); in onCreate()
454 public static Intent getCaptureAudioIntent() { in getCaptureAudioIntent() method in ByodHelperActivity
DByodFlowTestActivity.java553 if (canResolveIntent(ByodHelperActivity.getCaptureAudioIntent())) { in setupTests()