Home | History | Annotate | Download | only in tools

Lines Matching refs:serial

132       status['serial'] for status in statuses
136 status['serial'] for status in statuses
139 status['serial'] for status in statuses
159 for serial in should_restart_usb:
164 reset_usb.reset_android_usb(serial)
167 serial)
169 logger.exception('Unable to reset USB for %s.', serial)
171 blacklist.Extend([serial], reason='USB failure')
173 logger.exception('Unable to reset USB for %s.', serial)
175 blacklist.Extend([serial], reason='offline')
179 should_reboot=lambda device: device.serial in should_reboot_device)