Home
last modified time | relevance | path

Searched refs:ttff_mode (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/tests/google/gnss/
DGnssSanityTest.py471 start_ttff_by_gtw_gpstool(self.ad, ttff_mode="cs", iteration=10)
474 result = check_ttff_data(self.ad, ttff_data, ttff_mode="Cold Start",
501 start_ttff_by_gtw_gpstool(self.ad, ttff_mode="cs", iteration=10)
506 result = check_ttff_data(self.ad, ttff_data, ttff_mode="Cold Start",
529 start_ttff_by_gtw_gpstool(self.ad, ttff_mode="cs", iteration=10)
535 result = check_ttff_data(self.ad, ttff_data, ttff_mode="Cold Start",
563 start_ttff_by_gtw_gpstool(self.ad, ttff_mode="cs", iteration=3)
567 self.ad, ttff_data, ttff_mode="Cold Start",
594 start_ttff_by_gtw_gpstool(self.ad, ttff_mode="cs", iteration=10)
597 result = check_ttff_data(self.ad, ttff_data, ttff_mode="Cold Start",
[all …]
DLocationPlatinumTest.py129 self.ad, ttff_mode=mode, iteration=1, aid_data=True)
135 ttff_mode=test_type.command,
DFlpTtffTest.py104 start_ttff_by_gtw_gpstool(self.ad, ttff_mode=mode, iteration=10)
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py669 def start_ttff_by_gtw_gpstool(ad, ttff_mode, iteration, aid_data=False): argument
679 if (ttff_mode == "hs" or ttff_mode == "ws") and not aid_data:
680 ad.log.info("Wait 5 minutes to start TTFF %s..." % ttff_mode.upper())
682 if ttff_mode == "cs":
687 "--es ttff %s --es cycle %d" % (ttff_mode, iteration))
876 def check_ttff_data(ad, ttff_data, ttff_mode, criteria): argument
890 % (len(ttff_data.keys()), ttff_mode))
891 ad.log.info("%s PASS criteria is %d seconds" % (ttff_mode, criteria))
892 ad.log.debug("%s TTFF data: %s" % (ttff_mode, ttff_data))
893 ttff_property_key_and_value(ad, ttff_data, ttff_mode)
[all …]