Searched refs:resetPasswordInternal (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 4784 return resetPasswordInternal(password, 0, null, flags, callingUid, userHandle); in resetPassword() 4787 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, in resetPasswordInternal() method in DevicePolicyManagerService 12572 return resetPasswordInternal(password, policy.mPasswordTokenHandle, token, in resetPasswordWithToken()
|