Searched refs:unlock_screen (Results 1 – 25 of 29) sorted by relevance
12
/tools/acloud/create/ |
D | remote_image_remote_host.py | 55 unlock_screen=avd_spec.unlock_screen,
|
D | local_image_remote_host.py | 55 unlock_screen=avd_spec.unlock_screen,
|
D | goldfish_remote_host.py | 64 unlock_screen=avd_spec.unlock_screen, wait_for_boot=False,
|
D | local_image_remote_instance.py | 64 unlock_screen=avd_spec.unlock_screen,
|
D | remote_image_remote_instance.py | 73 unlock_screen=avd_spec.unlock_screen,
|
D | avd_spec.py | 361 self._unlock_screen = args.unlock_screen 914 def unlock_screen(self): member in AVDSpec
|
D | create_args.py | 1041 if not args.autoconnect and args.unlock_screen:
|
D | local_image_local_instance.py | 356 if avd_spec.unlock_screen:
|
/tools/acloud/public/actions/ |
D | common_operations.py | 213 boot_timeout_secs=None, unlock_screen=False, argument 305 unlock_screen=unlock_screen) 346 extra_args_ssh_tunnel, unlock_screen): argument 376 if unlock_screen:
|
/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6/ |
D | WifiNetworkSuggestion11axTest.py | 67 self.dut.unlock_screen()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | amarisoft_sim_utils.py | 112 ad.unlock_screen() 223 ad.unlock_screen()
|
D | tel_bootloader_utils.py | 184 ad.unlock_screen(password="1111")
|
D | tel_logging_utils.py | 396 ad.unlock_screen()
|
D | tel_test_utils.py | 2643 ad.unlock_screen() 2657 ad.unlock_screen(device_password) 2663 ad.unlock_screen(device_password) 2726 ad.unlock_screen(puk_pin) 2728 ad.unlock_screen(puk_pin)
|
/tools/test/connectivity/acts_tests/tests/google/usb/ |
D | UsbTetheringFunctionsTest.py | 69 self.dut.unlock_screen() 418 self.dut.unlock_screen()
|
D | UsbTetheringThroughputTest.py | 60 self.dut.unlock_screen()
|
/tools/acloud/public/ |
D | device_driver_test.py | 74 self.fake_avd_spec.unlock_screen = False
|
D | device_driver.py | 412 if avd_spec.unlock_screen:
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiPasspointLanguageTest.py | 82 self.dut.unlock_screen()
|
D | WifiIFSTwTest.py | 93 self.dut.unlock_screen()
|
D | WifiPasspointTest.py | 84 self.dut.unlock_screen()
|
D | WifiStressTest.py | 184 ad.unlock_screen()
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | CaptivePortalTest.py | 76 self.dut.unlock_screen()
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssWearableTetherFunctionTest.py | 102 self.watch.unlock_screen(password=None)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1639 self.unlock_screen() 1642 self.unlock_screen(password=DEFAULT_DEVICE_PASSWORD) 1668 def unlock_screen(self, password=None): member in AndroidDevice
|
12