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/google/tel/live/
DTelLiveVideoTest.py57 from acts.test_utils.tel.tel_video_utils import is_phone_in_call_voice_hd
185 verify_caller_func=is_phone_in_call_voice_hd,
186 verify_callee_func=is_phone_in_call_voice_hd):
536 if not is_phone_in_call_voice_hd(self.log, ads[0]):
539 if not is_phone_in_call_voice_hd(self.log, ads[1]):
1872 verify_caller_func=is_phone_in_call_voice_hd,
1873 verify_callee_func=is_phone_in_call_voice_hd):
1969 verify_caller_func=is_phone_in_call_voice_hd,
1970 verify_callee_func=is_phone_in_call_voice_hd):
2610 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.py404 def is_phone_in_call_voice_hd(log, ad): function