Home
last modified time | relevance | path

Searched refs:is_rat_svd_capable (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py49 from acts.test_utils.tel.tel_lookup_tables import is_rat_svd_capable
298 if self.dut_incall and not is_rat_svd_capable(rat.upper()):
353 if self.dut_incall and not is_rat_svd_capable(rat.upper()):
795 if self.dut_incall and not is_rat_svd_capable(rat.upper()):
934 if "wfc" in self.test_name or is_rat_svd_capable(
935 voice_rat.upper()) and is_rat_svd_capable(
DTelLiveSmokeTest.py32 from acts.test_utils.tel.tel_lookup_tables import is_rat_svd_capable
186 if is_rat_svd_capable(
256 if is_rat_svd_capable(
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_lookup_tables.py67 def is_rat_svd_capable(rat): function