Searched defs:adb_wrapper (Results 1 - 3 of 3) sorted by path

/external/chromium_org/build/android/pylib/device/
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.
16 from pylib.device import adb_wrapper namespace
67 elif isinstance(device, adb_wrapper.AdbWrapper):
H A Ddevice_utils_test.py25 from pylib.device import adb_wrapper namespace
54 a = adb_wrapper.AdbWrapper(serial)

Completed in 300 milliseconds