Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py25 from acts_contrib.test_utils.tel.tel_defines import AUDIO_ROUTE_BLUETOOTH
440 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)
442 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
444 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))
543 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)
545 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
547 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))
691 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)
693 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
695 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexHfpStressTest.py26 from acts_contrib.test_utils.tel.tel_defines import AUDIO_ROUTE_BLUETOOTH
122 AUDIO_ROUTE_BLUETOOTH):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_defines.py476 AUDIO_ROUTE_BLUETOOTH = "BLUETOOTH" variable