Searched refs:mPasswordTokenHandle (Results 1 – 1 of 1) sorted by relevance
733 long mPasswordTokenHandle = 0; field in DevicePolicyManagerService.DevicePolicyData3190 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 …]