Searched refs:AdbWrapper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/build/android/pylib/device/
H A Dadb_wrapper_test.py5 """Tests for the AdbWrapper class."""
19 devices = adb_wrapper.AdbWrapper.GetDevices()
H A Dadb_wrapper.py36 class AdbWrapper(object): class in inherits:object
40 """Initializes the AdbWrapper.
114 AdbWrapper instances.
118 return [AdbWrapper(line[0]) for line in lines
H A Ddevice_utils.py55 device: Either a device serial, an existing AdbWrapper instance, an
67 elif isinstance(device, adb_wrapper.AdbWrapper):
H A Ddevice_utils_test.py54 a = adb_wrapper.AdbWrapper(serial)

Completed in 266 milliseconds