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/
DILockSettings.aidl52 …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/
DLockSettingsService.java2129 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/
DDevicePolicyManagerService.java4311 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal()