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.py2655 def unlocking_device(ad, device_password=None): argument
2657 ad.unlock_screen(device_password)
2663 ad.unlock_screen(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/tests/google/wifi/
DWifiEnterpriseRoamingTest.py124 self.dut.droid.setDevicePassword(self.device_password)
129 self.dut.droid.disableDevicePassword(self.device_password)
DWifiEnterpriseTest.py141 self.dut.droid.setDevicePassword(self.device_password)
145 self.dut.droid.disableDevicePassword(self.device_password)
776 self.dut.droid.disableDevicePassword(self.device_password)