Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVideoTest.py64 from acts.test_utils.tel.tel_video_utils import is_phone_in_call_voice_hd
196 verify_caller_func=is_phone_in_call_voice_hd,
197 verify_callee_func=is_phone_in_call_voice_hd):
547 if not is_phone_in_call_voice_hd(self.log, ads[0]):
550 if not is_phone_in_call_voice_hd(self.log, ads[1]):
1883 verify_caller_func=is_phone_in_call_voice_hd,
1884 verify_callee_func=is_phone_in_call_voice_hd):
1980 verify_caller_func=is_phone_in_call_voice_hd,
1981 verify_callee_func=is_phone_in_call_voice_hd):
2621 verify_caller_func=is_phone_in_call_voice_hd,
[all …]
DTelWifiVideoTest.py60 from acts.test_utils.tel.tel_video_utils import is_phone_in_call_voice_hd
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py406 def is_phone_in_call_voice_hd(log, ad): function