Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DEnumDevicesTest.java90 int numInputDevices = 0; in test_getDevices() local
96 numInputDevices = deviceList.length; in test_getDevices()
97 assertTrue(numInputDevices != 0); in test_getDevices()
100 for(int index = 0; index < numInputDevices; index++) { in test_getDevices()
110 assertTrue(deviceList.length == (numOutputDevices + numInputDevices)); in test_getDevices()