Searched refs:tokenHandle (Results 1 – 4 of 4) 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() argument 53 void unlockUserWithToken(long tokenHandle, in byte[] token, int userId); in unlockUserWithToken() argument
|
D | LockPatternUtils.java | 1451 public boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, 1461 if (!getLockSettings().setLockCredentialWithToken(credential, type, tokenHandle, 1475 tokenHandle, token, userId)) { 1496 public void unlockUserWithToken(long tokenHandle, byte[] token, int userId) { 1498 getLockSettings().unlockUserWithToken(tokenHandle, token, userId);
|
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsService.java | 2129 public boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in setLockCredentialWithToken() argument 2137 result = setLockCredentialWithTokenInternal(credential, type, tokenHandle, token, in setLockCredentialWithToken() 2150 long tokenHandle, byte[] token, int userId) throws RemoteException { in setLockCredentialWithTokenInternal() argument 2153 getGateKeeperService(), tokenHandle, token, userId); in setLockCredentialWithTokenInternal() 2166 public void unlockUserWithToken(long tokenHandle, byte[] token, int userId) in unlockUserWithToken() argument 2175 tokenHandle, token, 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() argument 4417 tokenHandle, token, userHandle); in resetPasswordInternal()
|