Lines Matching refs:adb
19 import adb
68 result.device = adb.get_device(adb_path=adb_path)
70 result.device = adb.get_usb_device(adb_path=adb_path)
72 result.device = adb.get_emulator_device(adb_path=adb_path)
74 result.device = adb.get_device(result.serial, adb_path=adb_path)
75 except (adb.DeviceNotFoundError, adb.NoUniqueDeviceError, RuntimeError):
119 output = adb.split_lines(output.replace("\r", ""))
227 except adb.ShellError:
241 except adb.ShellError:
275 return adb.split_lines(output)[0]
276 except adb.ShellError: