Searched refs:passcode (Results 1 – 1 of 1) sorted by relevance
259 public void setScreenLockViaShell(String passcode, String mode) throws Exception { in setScreenLockViaShell() argument262 mCommandsHelper.executeShellCommand(String.format(SET_PIN_COMMAND, passcode)); in setScreenLockViaShell()265 mCommandsHelper.executeShellCommand(String.format(SET_PASSWORD_COMMAND, passcode)); in setScreenLockViaShell()268 mCommandsHelper.executeShellCommand(String.format(SET_PATTERN_COMMAND, passcode)); in setScreenLockViaShell()