Searched refs:pwd (Results 1 – 1 of 1) sorted by relevance
124 public void setScreenLock(String pwd, String mode, boolean mIsNexusDevice) in setScreenLock() argument130 enterScreenLockOnce(pwd, mode, mIsNexusDevice); in setScreenLock()135 pinField.setText(pwd); in setScreenLock()148 public void enterScreenLockOnce(String pwd, String mode, boolean mIsNexusDevice) { in enterScreenLockOnce() argument156 pinField.setText(pwd); in enterScreenLockOnce()200 public void removeScreenLock(String pwd) in removeScreenLock() argument205 pinField.setText(pwd); in removeScreenLock()223 public void unlockScreen(String pwd) in unlockScreen() argument231 command = String.format(" %s %s %s", "input", "text", pwd); in unlockScreen()278 public void removeScreenLockViaShell(String pwd) throws Exception { in removeScreenLockViaShell() argument[all …]