Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/gnss/
DGNSSSanityTest.py307 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.supl_cs_criteria):
339 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.supl_cs_criteria):
370 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.supl_cs_criteria):
408 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.supl_cs_criteria):
439 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.standalone_cs_criteria):
467 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.standalone_cs_criteria):
498 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.supl_cs_criteria):
537 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.weak_signal_supl_cs_criteria):
569 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.supl_cs_criteria):
602 if not gutils.process_gnss_by_gtw_gpstool(self.ad, self.xtra_cs_criteria):
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py482 def process_gnss_by_gtw_gpstool(ad, criteria): function