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.java5102 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()