Home
last modified time | relevance | path

Searched refs:_get_device_by_serial (Results 1 – 1 of 1) sorted by relevance

/development/python-packages/adb/
Ddevice.py77 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)