Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveEmergencyTest.py280 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):
DTelLiveNoSimTest.py223 if not fastboot_wipe(self.dut, skip_setup_wizard=False):
DTelLiveLockedSimTest.py324 if not fastboot_wipe(self.dut, skip_setup_wizard=False):
DTelLiveNoQXDMLogTest.py478 skip_setup_wizard=True
572 skip_setup_wizard=True
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py537 skip_setup_wizard = True
585 if skip_setup_wizard:
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py405 def start_services(self, skip_setup_wizard=True): argument
414 if skip_setup_wizard:
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py7420 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)