Searched refs:get_audio_route (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_carkit_lib.py | 35 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/ |
D | TelLiveVideoTest.py | 71 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:
|
D | TelWifiVideoTest.py | 67 from acts.test_utils.tel.tel_voice_utils import get_audio_route
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarHfpConferenceTest.py | 33 from acts.test_utils.tel.tel_voice_utils import get_audio_route
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_voice_utils.py | 1819 def get_audio_route(log, ad): function
|