Searched refs:is_rat_svd_capable (Results 1 – 3 of 3) sorted by relevance
32 from acts_contrib.test_utils.tel.tel_lookup_tables import is_rat_svd_capable186 if is_rat_svd_capable(256 if is_rat_svd_capable(
53 from acts_contrib.test_utils.tel.tel_lookup_tables import is_rat_svd_capable340 if self.dut_incall and not is_rat_svd_capable(rat.upper()):395 if self.dut_incall and not is_rat_svd_capable(rat.upper()):858 if self.dut_incall and not is_rat_svd_capable(rat.upper()):1000 if "wfc" in self.test_name or is_rat_svd_capable(1001 voice_rat.upper()) and is_rat_svd_capable(
67 def is_rat_svd_capable(rat): function