Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_bootloader_utils.py151 def reset_device_password(ad, device_password=None): argument
155 if device_password:
158 ad.droid.setDevicePassword(device_password)
162 ad.droid.setDevicePassword(device_password, "1111")
Dtel_test_utils.py2648 def unlocking_device(ad, device_password=None): argument
2650 ad.unlock_screen(device_password)
2656 ad.unlock_screen(device_password)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiEnterpriseRoamingTest.py119 self.dut.droid.setDevicePassword(self.device_password)
124 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)