Searched refs:get_device (Results 1 – 3 of 3) sorted by relevance
38 device = adb.get_device('foo')45 device = adb.get_device()52 device = adb.get_device('foo')58 self.assertRaises(adb.DeviceNotFoundError, adb.get_device, ['baz'])61 self.assertRaises(adb.DeviceNotFoundError, adb.get_device)66 device = adb.get_device()72 self.assertRaises(adb.NoUniqueDeviceError, adb.get_device)
85 def get_device(serial=None, product=None, adb_path='adb'): function
69 result.device = adb.get_device(adb_path=adb_path)75 result.device = adb.get_device(result.serial, adb_path=adb_path)