Home
last modified time | relevance | path

Searched refs:get_audio_route (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_carkit_lib.py35 from acts.test_utils.tel.tel_voice_utils import get_audio_route
426 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_SPEAKER:
434 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_EARPIECE:
442 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
537 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_EARPIECE:
545 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
685 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_EARPIECE:
693 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVideoTest.py71 from acts.test_utils.tel.tel_voice_utils import get_audio_route
1165 if get_audio_route(self.log, ad) != AUDIO_ROUTE_SPEAKER:
1277 if get_audio_route(self.log, ad) != AUDIO_ROUTE_EARPIECE:
1300 if get_audio_route(self.log, ad) != AUDIO_ROUTE_EARPIECE:
1329 if get_audio_route(self.log, ad) != AUDIO_ROUTE_EARPIECE:
2116 get_audio_route(self.log, ad)))
2268 if get_audio_route(self.log, ad) != AUDIO_ROUTE_SPEAKER:
DTelWifiVideoTest.py67 from acts.test_utils.tel.tel_voice_utils import get_audio_route
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py33 from acts.test_utils.tel.tel_voice_utils import get_audio_route
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py1819 def get_audio_route(log, ad): function