Searched refs:skip_setup_wizard (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveEmergencyTest.py | 280 if not fastboot_wipe(self.dut, skip_setup_wizard=False): 524 if not fastboot_wipe(self.dut, skip_setup_wizard=False): 794 if not fastboot_wipe(self.dut, skip_setup_wizard=False):
|
D | TelLiveNoQXDMLogTest.py | 347 skip_setup_wizard=True 440 skip_setup_wizard=True
|
D | TelLiveNoSimTest.py | 223 if not fastboot_wipe(self.dut, skip_setup_wizard=False):
|
D | TelLiveLockedSimTest.py | 324 if not fastboot_wipe(self.dut, skip_setup_wizard=False):
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 401 skip_setup_wizard = True 448 if skip_setup_wizard:
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 413 def start_services(self, skip_setup_wizard=True): argument 422 if skip_setup_wizard:
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 6437 def fastboot_wipe(ad, skip_setup_wizard=True): argument 6489 if skip_setup_wizard: 6503 def install_carriersettings_apk(ad, carriersettingsapk, skip_setup_wizard=True): argument 6544 if skip_setup_wizard: 6838 def flash_radio(ad, file_path, skip_setup_wizard=True): argument 6875 ad.start_services(skip_setup_wizard=skip_setup_wizard)
|