Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssVendorFeaturesTest.py87 gutils.check_xtra_download(self.ad, begin_time)
205 mobile_xtra_result = gutils.check_xtra_download(self.ad, begin_time)
232 wifi_xtra_result = gutils.check_xtra_download(self.ad, begin_time)
257 reboot_lto_test_result = gutils.check_xtra_download(self.ad, begin_time)
DGnssWearableTetherFunctionTest.py244 gutils.check_xtra_download(self.watch, begin_time)
278 gutils.check_xtra_download(self.watch, begin_time)
304 gutils.check_xtra_download(self.watch, begin_time)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py656 def check_xtra_download(ad, begin_time): function