Home
last modified time | relevance | path

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

/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py267 class ListDevicesEndpoint(RequestEndpoint): class
275 } for m in [ListDevicesEndpoint.ADB_INFO_RE.match(d) for d in lines[1:]] if m}
512 self.router.register_endpoint(RequestType.GET, "devices", ListDevicesEndpoint())