Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java733 long mPasswordTokenHandle = 0; field in DevicePolicyManagerService.DevicePolicyData
3190 if (policy.mPasswordTokenHandle != 0) {
3193 Long.toString(policy.mPasswordTokenHandle));
3416 policy.mPasswordTokenHandle = Long.parseLong(
13505 if (policy.mPasswordTokenHandle != 0) { in setResetPasswordToken()
13506 mLockPatternUtils.removeEscrowToken(policy.mPasswordTokenHandle, userHandle); in setResetPasswordToken()
13508 policy.mPasswordTokenHandle = mLockPatternUtils.addEscrowToken(token, in setResetPasswordToken()
13511 return policy.mPasswordTokenHandle != 0; in setResetPasswordToken()
13528 if (policy.mPasswordTokenHandle != 0) { in clearResetPasswordToken()
13532 policy.mPasswordTokenHandle, userHandle); in clearResetPasswordToken()
[all …]