Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/power/gnss/
DPowerGnssDpoSimTest.py45 gutil.start_gnss_by_gtw_gpstool(self.dut, state=True, type="gnss", bgdisplay=True)
58 gutil.start_gnss_by_gtw_gpstool(self.dut, state=True, type="gnss", bgdisplay=True)
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py606 def start_gnss_by_gtw_gpstool(ad, state, type="gnss", bgdisplay=False): argument
616 if state and not bgdisplay:
619 elif state and bgdisplay:
621 "gps --es type {} --ez BG {}".format(type, bgdisplay))