Home
last modified time | relevance | path

Searched refs:is_call_hd (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py75 from acts.test_utils.tel.tel_voice_utils import is_call_hd
436 if (state == VT_STATE_AUDIO_ONLY and is_call_hd(log, ad, call)):
Dtel_voice_utils.py1340 def is_call_hd(log, ad, call_id): function