Searched defs:tokenHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockSettingsInternal.java | 53 long tokenHandle, byte[] token, int requestedQuality, int userId); in setLockCredentialWithToken() 55 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 2639 private boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in setLockCredentialWithToken() 2660 … long tokenHandle, byte[] token, int requestedQuality, int userId) throws RemoteException { in setLockCredentialWithTokenInternal() 2689 private boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) in unlockUserWithToken() 2886 public boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in setLockCredentialWithToken() 2897 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 4787 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal()
|