Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/gnss/
DLocationPlatinumTest.py155 gutils.check_location_api(self.ad, retries=1),
167 gutils.check_location_api(self.ad, retries=1),
180 gutils.check_location_api(self.ad, retries=1),
192 gutils.check_location_api(self.ad, retries=1),
209 gutils.check_location_api(self.ad, retries=1),
216 gutils.check_location_api(self.ad, retries=1),
DGnssFunctionTest.py50 from acts_contrib.test_utils.gnss.gnss_test_utils import check_location_api
553 test_result = check_location_api(self.ad, retries=3)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py1538 def check_location_api(ad, retries): function