Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUsbMicrophoneTester.java42 int iCount = usbDevice.getInterfaceCount(); in getUSBDeviceListString() local
43 for (int i = 0; i < iCount; i++) { in getUSBDeviceListString()
57 int iCount = usbDevice.getInterfaceCount(); in getIsMicrophoneConnected() local
58 for (int i = 0; i < iCount; i++) { in getIsMicrophoneConnected()