Searched refs:get_emulator_device (Results 1 – 2 of 2) sorted by relevance
74 result.device = adb.get_emulator_device(adb_path=adb_path)
154 def get_emulator_device(adb_path: str = 'adb') -> AndroidDevice: function