Home
last modified time | relevance | path

Searched refs:check_data_stall_detection (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/nr/sa5g/
DSa5gDataTest.py31 from acts_contrib.test_utils.tel.tel_data_utils import check_data_stall_detection
151 if not check_data_stall_detection(ad):
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5gmmw/
DNsa5gMmwDataTest.py34 from acts_contrib.test_utils.tel.tel_data_utils import check_data_stall_detection
164 if not check_data_stall_detection(ad):
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gDataTest.py30 from acts_contrib.test_utils.tel.tel_data_utils import check_data_stall_detection
167 if not check_data_stall_detection(ad):
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabDataTest.py46 from acts_contrib.test_utils.tel.tel_data_utils import check_data_stall_detection
279 if not check_data_stall_detection(self.ad):
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDataTest.py58 from acts_contrib.test_utils.tel.tel_data_utils import check_data_stall_detection
2593 if not check_data_stall_detection(dut):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_data_utils.py2850 def check_data_stall_detection(ad, wait_time=WAIT_TIME_FOR_DATA_STALL): function