Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java127 long tokenHandle, byte[] token, int userId); in setLockCredentialWithToken()
129 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken()
H A DLockPatternUtils.java1579 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 DSyntheticPasswordManager.java1205 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()