Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DRemoteLockscreenValidationSession.java21 import android.app.KeyguardManager.LockTypes;
35 @LockTypes
70 public @NonNull Builder setLockType(@LockTypes int lockType) { in setLockType()
109 public @LockTypes int getLockType() { in getLockType()
H A DKeyguardManager.java239 @interface LockTypes {} annotation in KeyguardManager
881 public boolean isValidLockPasswordComplexity(@LockTypes int lockType, @NonNull byte[] password, in isValidLockPasswordComplexity()
940 public boolean setLock(@LockTypes int lockType, @NonNull byte[] password, in setLock()
1134 public boolean setLock(@LockTypes int newLockType, @Nullable byte[] newPassword, in setLock()
1135 @LockTypes int currentLockType, @Nullable byte[] currentPassword) { in setLock()
1159 public boolean checkLock(@LockTypes int lockType, @Nullable byte[] password) { in checkLock()
1210 @LockTypes int lockType, @Nullable byte[] password) { in createLockscreenCredential()