Home
last modified time | relevance | path

Searched refs:SET_PASSWORD_COMMAND (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLockscreenUtils.java56 private static final String SET_PASSWORD_COMMAND = "locksettings set-password"; field in LockscreenUtils
94 executeShellCommand(format("%s %s", SET_PASSWORD_COMMAND, lockscreenCode)); in setLockscreen()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java65 private static final String SET_PASSWORD_COMMAND = "locksettings set-password %s"; field in LockscreenHelper
265 mCommandsHelper.executeShellCommand(String.format(SET_PASSWORD_COMMAND, passcode)); in setScreenLockViaShell()