Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java2063 ArrayList<String> allInterfaces = new ArrayList<>(); in setConfigurationTests() local
2072 allInterfaces.add(device.getInterface(i).toString()); in setConfigurationTests()
2228 ArrayList<String> allInterfaces = new ArrayList<>(); in runTests() local
2238 allInterfaces.add(device.getInterface(i).toString()); in runTests()
2245 assertNotNull("No \"Android Accessory Interface\" interface found in " + allInterfaces, in runTests()