Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java116 long tokenHandle, byte[] token, int userId); in setLockCredentialWithToken()
118 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken()
DLockPatternUtils.java1567 long tokenHandle, byte[] token, int userHandle) { in setLockCredentialWithToken()
1587 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java1264 long tokenHandle = generateProtectorId(); // tokenHandle is reused as protectorId later in addPendingToken() local
1294 public boolean removePendingToken(long tokenHandle, int userId) { in removePendingToken()
1301 public boolean createTokenBasedProtector(long tokenHandle, SyntheticPassword sp, int userId) { in createTokenBasedProtector()