Searched defs:tokenHandle (Results  1 – 3 of 3) sorted by relevance
| /frameworks/base/core/java/com/android/internal/widget/ | 
| 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()
 
 | 
| D | LockPatternUtils.java | 1579             long tokenHandle, byte[] token, int userHandle) {  in setLockCredentialWithToken()1600     public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) {  in unlockUserWithToken()
 
 | 
| /frameworks/base/services/core/java/com/android/server/locksettings/ | 
| D | SyntheticPasswordManager.java | 1205         long tokenHandle = generateProtectorId(); // tokenHandle is reused as protectorId later  in addPendingToken()  local1235     public boolean removePendingToken(long tokenHandle, int userId) {  in removePendingToken()
 1242     public boolean createTokenBasedProtector(long tokenHandle, SyntheticPassword sp, int userId) {  in createTokenBasedProtector()
 
 |