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.py78 def _get_device_by_serial(serial, product=None, adb_path='adb'): function
107 return _get_device_by_serial(serial, product, adb_path)
111 return _get_device_by_serial(android_serial, product, adb_path)
127 return _get_device_by_serial(serial, adb_path=adb_path)