Home
last modified time | relevance | path

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

/tools/acloud/create/
Dremote_image_remote_host.py55 unlock_screen=avd_spec.unlock_screen,
Dlocal_image_remote_host.py55 unlock_screen=avd_spec.unlock_screen,
Dremote_image_remote_instance.py51 unlock_screen=avd_spec.unlock_screen,
Dlocal_image_remote_instance.py63 unlock_screen=avd_spec.unlock_screen,
Davd_spec.py290 self._unlock_screen = args.unlock_screen
758 def unlock_screen(self): member in AVDSpec
Dlocal_image_local_instance_test.py90 mock_avd_spec = mock.Mock(connect_adb=False, unlock_screen=False)
Dlocal_image_local_instance.py138 if avd_spec.unlock_screen:
Dcreate_args.py614 if not args.autoconnect and args.unlock_screen:
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py879 self.ad.unlock_screen(password=None)
1158 self.ad.unlock_screen(password=None)
1187 self.ad.unlock_screen(password=None)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1445 self.unlock_screen()
1448 self.unlock_screen(password=DEFAULT_DEVICE_PASSWORD)
1474 def unlock_screen(self, password=None): member in AndroidDevice
/tools/acloud/public/actions/
Dcommon_operations.py179 boot_timeout_secs=None, unlock_screen=False, argument
255 if unlock_screen:
Dcreate_cuttlefish_action.py236 unlock_screen = False
275 boot_timeout_secs, 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/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py3723 ad.unlock_screen()
7901 ad.unlock_screen()
8187 ad.unlock_screen()
8201 ad.unlock_screen(device_password)
8207 ad.unlock_screen(device_password)
8265 ad.unlock_screen(password="1111")
8318 ad.unlock_screen(puk_pin)
8320 ad.unlock_screen(puk_pin)
/tools/test/connectivity/acts_tests/tests/google/net/
DCaptivePortalTest.py62 self.dut.unlock_screen()
/tools/acloud/public/
Ddevice_driver_test.py73 self.fake_avd_spec.unlock_screen = False
Ddevice_driver.py411 if avd_spec.unlock_screen:
/tools/test/connectivity/acts/tests/google/wifi/
DWifiIFSTwTest.py92 self.dut.unlock_screen()
DWifiPasspointTest.py82 self.dut.unlock_screen()
DWifiStressTest.py154 ad.unlock_screen()
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py108 ad.unlock_screen(password=None)