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/
DLockSettingsInternal.java53 long tokenHandle, byte[] token, int requestedQuality, int userId); in setLockCredentialWithToken() argument
55 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken() argument
DLockPatternUtils.java1614 long tokenHandle, byte[] token, int userId) {
1622 if (!localService.setLockCredentialWithToken(credential, type, tokenHandle,
1636 tokenHandle, token, PASSWORD_QUALITY_UNSPECIFIED, userId)) {
1661 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) {
1662 return getLockSettingsInternal().unlockUserWithToken(tokenHandle, token, userId);
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2639 private boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in setLockCredentialWithToken() argument
2646 result = setLockCredentialWithTokenInternal(credential, type, tokenHandle, token, in setLockCredentialWithToken()
2660 … long tokenHandle, byte[] token, int requestedQuality, int userId) throws RemoteException { in setLockCredentialWithTokenInternal() argument
2664 getGateKeeperService(), tokenHandle, token, userId); in setLockCredentialWithTokenInternal()
2689 private boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) in unlockUserWithToken() argument
2697 tokenHandle, token, userId); in unlockUserWithToken()
2886 public boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in setLockCredentialWithToken() argument
2890 tokenHandle, token, requestedQuality, userId); in setLockCredentialWithToken()
2897 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken() argument
2899 return LockSettingsService.this.unlockUserWithToken(tokenHandle, token, userId); in unlockUserWithToken()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4787 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal() argument
4893 quality, tokenHandle, token, userHandle); in resetPasswordInternal()