Home
last modified time | relevance | path

Searched refs:resetPasswordInternal (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4784 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()