Home
last modified time | relevance | path

Searched refs:unlock_screen (Results 1 – 22 of 22) sorted by relevance

/tools/acloud/create/
Dlocal_image_remote_host.py55 unlock_screen=avd_spec.unlock_screen,
Dremote_image_remote_host.py55 unlock_screen=avd_spec.unlock_screen,
Dlocal_image_remote_instance.py63 unlock_screen=avd_spec.unlock_screen,
Dremote_image_remote_instance.py65 unlock_screen=avd_spec.unlock_screen,
Davd_spec.py305 self._unlock_screen = args.unlock_screen
799 def unlock_screen(self): member in AVDSpec
Dlocal_image_local_instance.py268 if avd_spec.unlock_screen:
Dcreate_args.py700 if not args.autoconnect and args.unlock_screen:
Dlocal_image_local_instance_test.py183 mock_avd_spec = mock.Mock(unlock_screen=False)
/tools/acloud/public/actions/
Dcreate_cuttlefish_action.py252 unlock_screen = False
298 boot_timeout_secs, unlock_screen,
Dcommon_operations.py214 boot_timeout_secs=None, unlock_screen=False, argument
293 if unlock_screen:
/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6/
DWifiNetworkSuggestion11axTest.py67 self.dut.unlock_screen()
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringFunctionsTest.py68 self.dut.unlock_screen()
417 self.dut.unlock_screen()
DUsbTetheringThroughputTest.py60 self.dut.unlock_screen()
/tools/acloud/public/
Ddevice_driver_test.py74 self.fake_avd_spec.unlock_screen = False
Ddevice_driver.py411 if avd_spec.unlock_screen:
/tools/test/connectivity/acts_tests/tests/google/net/
DCaptivePortalTest.py75 self.dut.unlock_screen()
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py940 self.ad.unlock_screen(password=None)
1229 self.ad.unlock_screen(password=None)
1258 self.ad.unlock_screen(password=None)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIFSTwTest.py93 self.dut.unlock_screen()
DWifiPasspointTest.py84 self.dut.unlock_screen()
DWifiStressTest.py163 ad.unlock_screen()
DWifiNetworkSuggestionTest.py107 self.dut.unlock_screen()
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1567 self.unlock_screen()
1570 self.unlock_screen(password=DEFAULT_DEVICE_PASSWORD)
1596 def unlock_screen(self, password=None): member in AndroidDevice