Home
last modified time | relevance | path

Searched refs:is_phone_in_call_video_bidirectional (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVideoTest.py61 is_phone_in_call_video_bidirectional
124 verify_caller_func=is_phone_in_call_video_bidirectional,
125 verify_callee_func=is_phone_in_call_video_bidirectional):
160 verify_caller_func=is_phone_in_call_video_bidirectional,
161 verify_callee_func=is_phone_in_call_video_bidirectional,
231 verify_caller_func=is_phone_in_call_video_bidirectional,
232 verify_callee_func=is_phone_in_call_video_bidirectional):
277 verify_caller_func=is_phone_in_call_video_bidirectional,
278 verify_callee_func=is_phone_in_call_video_bidirectional):
325 verify_caller_func=is_phone_in_call_video_bidirectional,
[all …]
DTelLiveVideoDataTest.py25 is_phone_in_call_video_bidirectional
67 verify_caller_func=is_phone_in_call_video_bidirectional,
68 verify_callee_func=is_phone_in_call_video_bidirectional):
DTelLiveConnectivityMonitorBaseTest.py63 is_phone_in_call_video_bidirectional
299 verify_caller_func=is_phone_in_call_video_bidirectional,
300 verify_callee_func=is_phone_in_call_video_bidirectional):
492 verify_caller_func=is_phone_in_call_video_bidirectional,
493 verify_callee_func=is_phone_in_call_video_bidirectional):
DTelLiveRebootStressTest.py77 is_phone_in_call_video_bidirectional
350 verify_caller_func=is_phone_in_call_video_bidirectional,
351 verify_callee_func=is_phone_in_call_video_bidirectional):
365 verify_caller_func=is_phone_in_call_video_bidirectional,
366 verify_callee_func=is_phone_in_call_video_bidirectional):
DTelLiveSmsTest.py48 from acts.test_utils.tel.tel_video_utils import is_phone_in_call_video_bidirectional
2499 verify_caller_func=is_phone_in_call_video_bidirectional,
2500 verify_callee_func=is_phone_in_call_video_bidirectional):
2533 verify_caller_func=is_phone_in_call_video_bidirectional,
2534 verify_callee_func=is_phone_in_call_video_bidirectional):
2567 verify_caller_func=is_phone_in_call_video_bidirectional,
2568 verify_callee_func=is_phone_in_call_video_bidirectional):
2601 verify_caller_func=is_phone_in_call_video_bidirectional,
2602 verify_callee_func=is_phone_in_call_video_bidirectional):
DTelLiveStressCallTest.py52 is_phone_in_call_video_bidirectional
449 network_check_func=is_phone_in_call_video_bidirectional,
DTelWifiVideoTest.py57 is_phone_in_call_video_bidirectional
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py283 def is_phone_in_call_video_bidirectional(log, ad): function