Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_handsfree_abstract_device.py166 def __init__(self, earstudio_controller): argument
167 self.earstudio_controller = earstudio_controller
171 return self.earstudio_controller.mac_address
174 return self.earstudio_controller.press_accept_call()
177 return self.earstudio_controller.press_end_call()
180 return self.earstudio_controller.enter_pairing_mode()
183 return self.earstudio_controller.press_next()
186 return self.earstudio_controller.press_play_pause()
189 return self.earstudio_controller.press_play_pause()
192 return self.earstudio_controller.power_off()
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtCodecSweepTest.py52 self.bt_device.earstudio_controller.clean_up()