Home
last modified time | relevance | path

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

/development/python-packages/gdbrunner/
D__init__.py73 result.device = adb.get_emulator_device(adb_path=adb_path)
/development/python-packages/adb/
Ddevice.py143 def get_emulator_device(adb_path='adb'): function