Searched refs:pwd (Results 1 – 1 of 1) sorted by relevance
114 public void setScreenLock(String pwd, String mode, boolean mIsNexusDevice) in setScreenLock() argument120 enterScreenLockOnce(pwd, mode, mIsNexusDevice); in setScreenLock()125 pinField.setText(pwd); in setScreenLock()138 public void enterScreenLockOnce(String pwd, String mode, boolean mIsNexusDevice) { in enterScreenLockOnce() argument146 pinField.setText(pwd); in enterScreenLockOnce()190 public void removeScreenLock(String pwd) in removeScreenLock() argument195 pinField.setText(pwd); in removeScreenLock()213 public void unlockScreen(String pwd) in unlockScreen() argument221 command = String.format(" %s %s %s", "input", "text", pwd); in unlockScreen()268 public void removeScreenLockViaShell(String pwd) throws Exception { in removeScreenLockViaShell() argument[all …]