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 | 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):
|
D | TelLiveNoQXDMLogTest.py | 478 skip_setup_wizard=True 572 skip_setup_wizard=True
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 537 skip_setup_wizard = True 585 if skip_setup_wizard:
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 405 def start_services(self, skip_setup_wizard=True): argument 414 if skip_setup_wizard:
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 7420 def fastboot_wipe(ad, skip_setup_wizard=True): argument 7472 if skip_setup_wizard: 7486 def install_carriersettings_apk(ad, carriersettingsapk, skip_setup_wizard=True): argument 7527 if skip_setup_wizard: 7821 def flash_radio(ad, file_path, skip_setup_wizard=True): argument 7858 ad.start_services(skip_setup_wizard=skip_setup_wizard)
|