Home
last modified time | relevance | path

Searched refs:tokenHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl52 …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
DLockPatternUtils.java1451 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/
DLockSettingsService.java2129 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/
DDevicePolicyManagerService.java4311 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal() argument
4417 tokenHandle, token, userHandle); in resetPasswordInternal()