Home
last modified time | relevance | path

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

/tools/tradefederation/core/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
/tools/netsim/ui/dist/js/
Ddevice-list.js86 `,e([s()],l.prototype,"deviceData",void 0),l=e([n("ns-device-list")],l);export{l as DeviceList}; field in l
/tools/netsim/ui/ts/
Ddevice-list.ts7 export class DeviceList extends LitElement implements Notifiable { class