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/
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):
DTelLiveVideoTest.py63 is_phone_in_call_video_bidirectional
125 verify_caller_func=is_phone_in_call_video_bidirectional,
126 verify_callee_func=is_phone_in_call_video_bidirectional):
161 verify_caller_func=is_phone_in_call_video_bidirectional,
162 verify_callee_func=is_phone_in_call_video_bidirectional,
232 verify_caller_func=is_phone_in_call_video_bidirectional,
233 verify_callee_func=is_phone_in_call_video_bidirectional):
278 verify_caller_func=is_phone_in_call_video_bidirectional,
279 verify_callee_func=is_phone_in_call_video_bidirectional):
326 verify_caller_func=is_phone_in_call_video_bidirectional,
[all …]
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
346 verify_caller_func=is_phone_in_call_video_bidirectional,
347 verify_callee_func=is_phone_in_call_video_bidirectional):
361 verify_caller_func=is_phone_in_call_video_bidirectional,
362 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,
DTelLiveSmsTest.py48 from acts.test_utils.tel.tel_video_utils import is_phone_in_call_video_bidirectional
2497 verify_caller_func=is_phone_in_call_video_bidirectional,
2498 verify_callee_func=is_phone_in_call_video_bidirectional):
2531 verify_caller_func=is_phone_in_call_video_bidirectional,
2532 verify_callee_func=is_phone_in_call_video_bidirectional):
2565 verify_caller_func=is_phone_in_call_video_bidirectional,
2566 verify_callee_func=is_phone_in_call_video_bidirectional):
2599 verify_caller_func=is_phone_in_call_video_bidirectional,
2600 verify_callee_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