Searched defs:tokenHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | ILockSettings.aidl | 52 …boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in byte[] token,… in setLockCredentialWithToken() 53 void unlockUserWithToken(long tokenHandle, in byte[] token, int userId); in unlockUserWithToken()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsService.java | 2129 public boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in setLockCredentialWithToken() 2150 long tokenHandle, byte[] token, int userId) throws RemoteException { in setLockCredentialWithTokenInternal() 2166 public void unlockUserWithToken(long tokenHandle, byte[] token, int userId) in unlockUserWithToken()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 4311 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal()
|