Searched refs:get_device (Results 1 – 2 of 2) sorted by relevance
68 result.device = adb.get_device(adb_path=adb_path)74 result.device = adb.get_device(result.serial, adb_path=adb_path)
84 def get_device(serial=None, product=None, adb_path='adb'): function