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

  /development/python-packages/adb/
device.py 77 def _get_device_by_serial(serial, product=None, adb_path='adb'): function
106 return _get_device_by_serial(serial, product, adb_path)
110 return _get_device_by_serial(android_serial, product, adb_path)
126 return _get_device_by_serial(serial, adb_path=adb_path)

Completed in 92 milliseconds