Searched refs:passcode (Results 1 – 1 of 1) sorted by relevance
249 public void setScreenLockViaShell(String passcode, String mode) throws Exception { in setScreenLockViaShell() argument252 mCommandsHelper.executeShellCommand(String.format(SET_PIN_COMMAND, passcode)); in setScreenLockViaShell()255 mCommandsHelper.executeShellCommand(String.format(SET_PASSWORD_COMMAND, passcode)); in setScreenLockViaShell()258 mCommandsHelper.executeShellCommand(String.format(SET_PATTERN_COMMAND, passcode)); in setScreenLockViaShell()