Searched defs:tokenHandle (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockSettingsInternal.java | 127 long tokenHandle, byte[] token, int userId); in setLockCredentialWithToken() 129 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken()
|
H A D | LockPatternUtils.java | 1579 long tokenHandle, byte[] token, int userHandle) { in setLockCredentialWithToken() 1600 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordManager.java | 1205 long tokenHandle = generateProtectorId(); // tokenHandle is reused as protectorId later in addPendingToken() local 1235 public boolean removePendingToken(long tokenHandle, int userId) { in removePendingToken() 1242 public boolean createTokenBasedProtector(long tokenHandle, SyntheticPassword sp, int userId) { in createTokenBasedProtector()
|