HomeSort by relevance Sort by last modified time
    Searched full:adb_wrapper (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/build/android/pylib/device/
device_utils_test.py 19 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()]
adb_wrapper_test.py 12 from pylib.device import adb_wrapper namespace
19 devices = adb_wrapper.AdbWrapper.GetDevices()
device_utils.py 7 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 53 milliseconds