Searched refs:adb_wrapper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils_test.py19 from pylib.device import adb_wrapper namespace
27 if len(adb_wrapper.AdbWrapper.GetDevices()) > 0:
69 a = adb_wrapper.AdbWrapper(serial)
85 devices = adb_wrapper.AdbWrapper.GetDevices()
96 used_devices = [str(d) for d in adb_wrapper.AdbWrapper.GetDevices()]
H A Dadb_wrapper_test.py12 from pylib.device import adb_wrapper namespace
19 devices = adb_wrapper.AdbWrapper.GetDevices()
H A Ddevice_utils.py7 Eventually, this will be based on adb_wrapper.
14 from pylib.device import adb_wrapper namespace
65 elif isinstance(device, adb_wrapper.AdbWrapper):

Completed in 102 milliseconds