Home
last modified time | relevance | path

Searched defs:lockscreenType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DTestUtils.java79 int lockscreenType, int remainingAttempts) throws Exception { in createRemoteLockscreenValidationIntent()
88 int lockscreenType, int remainingAttempts) throws NoSuchAlgorithmException { in createRemoteLockscreenValidationSession()
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
H A DLockscreenUtils.java86 public static void setLockscreen(LockscreenType lockscreenType, String lockscreenCode, in setLockscreen()
136 public static void enterCodeOnLockscreen(LockscreenType lockscreenType, in enterCodeOnLockscreen()
/aosp_15_r20/packages/apps/Settings/tests/uitests/src/com/android/settings/biometrics2/utils/
DLockScreenUtil.java57 public static void setLockscreen(LockscreenType lockscreenType, String lockscreenCode, in setLockscreen()