Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DEnumDevicesTest.java67 int numOutputDevices = 0; in test_getDevices() local
73 numOutputDevices = deviceList.length; in test_getDevices()
74 if (numOutputDevices == 0) { in test_getDevices()
85 for(int index = 0; index < numOutputDevices; index++) { in test_getDevices()
110 assertTrue(deviceList.length == (numOutputDevices + numInputDevices)); in test_getDevices()