Home
last modified time | relevance | path

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

/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DUsbHelper.java105 try (DeviceList list = new DeviceList()) { in getSerialNumbers()
128 try (DeviceList list = new DeviceList()) { in getDevice()
202 private class DeviceList implements Iterable<Pointer>, AutoCloseable { class in UsbHelper
207 private DeviceList() { in DeviceList() method in UsbHelper.DeviceList