Home
last modified time | relevance | path

Searched refs:device_password (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiEnterpriseRoamingTest.py111 self.dut.droid.setDevicePassword(self.device_password)
116 self.dut.droid.disableDevicePassword(self.device_password)
DWifiEnterpriseTest.py136 self.dut.droid.setDevicePassword(self.device_password)
140 self.dut.droid.disableDevicePassword(self.device_password)
757 self.dut.droid.disableDevicePassword(self.device_password)
/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6/
DWifiEnterpriseRoaming11axTest.py108 self.dut.droid.setDevicePassword(self.device_password)
DWifiEnterprise11axTest.py136 self.dut.droid.setDevicePassword(self.device_password)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py8497 def unlocking_device(ad, device_password=None): argument
8499 ad.unlock_screen(device_password)
8505 ad.unlock_screen(device_password)
8530 def reset_device_password(ad, device_password=None): argument
8534 if device_password:
8537 ad.droid.setDevicePassword(device_password)
8541 ad.droid.setDevicePassword(device_password, "1111")