Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1919 AudioDeviceInfo supportingDevice = null; in testCompressedCaptureAAC() local
1923 supportingDevice = device; in testCompressedCaptureAAC()
1927 if (supportingDevice != null) break; in testCompressedCaptureAAC()
1929 if (supportingDevice == null) { in testCompressedCaptureAAC()
1942 audioRecord.setPreferredDevice(supportingDevice); in testCompressedCaptureAAC()