Searched refs:is_rat_svd_capable (Results 1 – 3 of 3) sorted by relevance
49 from acts.test_utils.tel.tel_lookup_tables import is_rat_svd_capable298 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(
32 from acts.test_utils.tel.tel_lookup_tables import is_rat_svd_capable186 if is_rat_svd_capable(256 if is_rat_svd_capable(
67 def is_rat_svd_capable(rat): function