Searched refs:lockscreenType (Results 1 – 2 of 2) sorted by relevance
79 int lockscreenType, int remainingAttempts) throws Exception { in createRemoteLockscreenValidationIntent() argument83 createRemoteLockscreenValidationSession(lockscreenType, remainingAttempts)) in createRemoteLockscreenValidationIntent()88 int lockscreenType, int remainingAttempts) throws NoSuchAlgorithmException { in createRemoteLockscreenValidationSession() argument90 .setLockType(lockscreenType) in createRemoteLockscreenValidationSession()
57 public static void setLockscreen(LockscreenType lockscreenType, String lockscreenCode, in setLockscreen() argument59 Log.d(TAG, format("Setting Lockscreen [%s(%s)]", lockscreenType, lockscreenCode)); in setLockscreen()60 switch (lockscreenType) { in setLockscreen()71 throw new AssertionError("Non-supported Lockscreen Type: " + lockscreenType); in setLockscreen()