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