Searched refs:LockTypes (Results 1 – 2 of 2) sorted by relevance
21 import android.app.KeyguardManager.LockTypes;35 @LockTypes70 public @NonNull Builder setLockType(@LockTypes int lockType) { in setLockType()109 public @LockTypes int getLockType() { in getLockType()
239 @interface LockTypes {} annotation in KeyguardManager881 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()