Home | History | Annotate | Download | only in command_processor

Lines Matching refs:devices

48         """Updates the device state of all devices on a given host.
56 devices = []
59 "adb devices")
82 devices.append(device)
85 "fastboot devices")
109 devices.append(device)
112 host.hostname, devices)
117 devices = host.ListDevices()
118 for device in devices:
121 host._cluster_ids[0], host.hostname, devices)
127 """Regularly updates the device state of devices on a given host.