Home
last modified time | relevance | path

Searched defs:tokenHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java53 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/
DLockSettingsService.java2639 private boolean setLockCredentialWithToken(String credential, int type, long tokenHandle, in setLockCredentialWithToken()
2660long 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/
DDevicePolicyManagerService.java4787 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal()