Home
last modified time | relevance | path

Searched refs:gutils (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/gnss/
DLocationPlatinumTest.py23 from acts_contrib.test_utils.gnss import gnss_test_utils as gutils unknown
61 gutils.enable_gnss_verbose_logging(ad)
62 if gutils.check_chipset_vendor_by_qualcomm(ad):
63 gutils.disable_xtra_throttle(ad)
67 gutils.check_location_service(self.ad)
70 gutils.connect_to_wifi_network(self.ad, self.wifi_network)
83 gutils.process_gnss_by_gtw_gpstool(self.ad,
85 begin_time = gutils.get_current_epoch_time()
86 gutils.start_ttff_by_gtw_gpstool(
88 ttff_data = gutils.process_ttff_by_gtw_gpstool(self.ad, begin_time,
[all …]
DGnssWearableTetherFunctionTest.py23 from acts_contrib.test_utils.gnss import gnss_test_utils as gutils unknown
56 gutils._init_device(self.watch)
60 gutils.get_baseband_and_gms_version(self.watch)
61 gutils.clear_logd_gnss_qxdm_log(self.watch)
62 gutils.clear_logd_gnss_qxdm_log(self.phone)
63 gutils.set_attenuator_gnss_signal(self.watch, self.attenuators,
65 if not gutils.is_mobile_data_on(self.watch):
66 gutils.set_mobile_data(self.watch, True)
68 if gutils.is_wearable_btwifi(self.watch):
70 gutils.connect_to_wifi_network(
[all …]
DGnssConcurrencyTest.py27 from acts_contrib.test_utils.gnss import gnss_test_utils as gutils unknown
48 gutils._init_device(self.ad)
51 gutils.reboot(self.ad)
54 gutils.clear_logd_gnss_qxdm_log(self.ad)
55 gutils.start_pixel_logger(self.ad)
58 gutils.check_location_service(self.ad)
59 gutils.get_baseband_and_gms_version(self.ad)
63 gutils.stop_pixel_logger(self.ad)
68 gutils.get_gnss_qxdm_log(self.ad, self.qdsp6m_path)
73 if gutils.check_chipset_vendor_by_qualcomm(self.ad):
[all …]
DGnssUserBuildBroadcomConfigurationTest.py21 from acts_contrib.test_utils.gnss import gnss_test_utils as gutils unknown
260 if not gutils.check_chipset_vendor_by_qualcomm(self.ad):
261 gutils._init_device(self.ad)
274 if gutils.check_chipset_vendor_by_qualcomm(self.ad):
276 gutils.clear_logd_gnss_qxdm_log(self.ad)
279 if not gutils.check_chipset_vendor_by_qualcomm(self.ad):
285 gutils.get_gnss_qxdm_log(self.ad)
319 gutils.start_pixel_logger(self.ad)
320 gutils.start_gnss_by_gtw_gpstool(self.ad, state=True)
322 gutils.start_gnss_by_gtw_gpstool(self.ad, state=False)
[all …]
DGnssFunctionTest.py28 from acts_contrib.test_utils.gnss import gnss_test_utils as gutils unknown
113 gutils.check_chipset_vendor_by_qualcomm(self.ad):
135 gutils.stop_pixel_logger(self.ad)
272 gutils.start_pixel_logger(self.ad)
416 if gutils.check_chipset_vendor_by_qualcomm(self.ad):
417 gutils.check_dpo_rate_via_gnss_meas(self.ad,
421 gutils.check_dpo_rate_via_brcm_log(self.ad,
467 if not gutils.check_chipset_vendor_by_qualcomm(self.ad):
489 if not gutils.check_chipset_vendor_by_qualcomm(self.ad):
775 if gutils.check_chipset_vendor_by_qualcomm(self.ad):
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DLabTtffTestBase.py29 from acts_contrib.test_utils.gnss import gnss_test_utils as gutils unknown
140 gutils.reinstall_package_apk(self.dut, GPS_PKG_NAME,
145 gutils.remount_device(self.dut)
149 gutils.delete_bcm_nvmem_sto_file(self.dut)
150 gutils.bcm_gps_ignore_rom_alm(self.dut)
152 gutils.reboot(self.dut)
215 gutils.process_gnss_by_gtw_gpstool(self.dut,
217 begin_time = gutils.get_current_epoch_time()
218 gutils.start_ttff_by_gtw_gpstool(self.dut,
225 if gutils.is_device_wearable(self.dut):
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerGTWGnssBaseTest.py21 from acts_contrib.test_utils.gnss import gnss_test_utils as gutils unknown
55 gutils.get_gnss_qxdm_log(self.ad, self.qdsp6m_path)
58 gutils.disable_xtra_throttle(self.ad)
60 gutils.enable_gnss_verbose_logging(self.ad)
61 gutils.start_gnss_by_gtw_gpstool(self.ad, True, 'gnss')
63 gutils.start_gnss_by_gtw_gpstool(self.ad, False, 'gnss')
68 gutils.connect_to_wifi_network(self.ad, self.wifi_network)
97 gutils.start_gnss_by_gtw_gpstool(self.ad, True, 'gnss', True, freq,
109 gutils.start_gnss_by_gtw_gpstool(self.ad, False, 'gnss')
114 gutils.parse_gtw_gpstool_log(self.ad, self.test_location, type='gnss')
[all …]