Lines Matching defs:device_id
48 def _run_adb_command(cmd, device_id):50 if device_id:51 device_id_args = ["-s", device_id]65 device_id = None69 device_id = host_name70 if device_id.startswith("[") and device_id.endswith("]"):71 device_id = device_id[1:-1]73 ["shell", "getprop", "ro.build.version.sdk"], device_id