Searched refs:get_device (Results 1 – 4 of 4) sorted by relevance
/development/python-packages/adb/ |
D | test.py | 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)
|
D | device.py | 85 def get_device(serial=None, product=None, adb_path='adb'): function
|
/development/python-packages/gdbrunner/ |
D | __init__.py | 69 result.device = adb.get_device(adb_path=adb_path) 75 result.device = adb.get_device(result.serial, adb_path=adb_path)
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 73173 …1bf1bef777bb1fb,platform/external/libusb,fake_HxQ2KDCSSny34jos4x2LCw@fakeemail.com,get_device fixup
|