Searched refs:mPasswordTokenHandle (Results 1 – 1 of 1) sorted by relevance
666 long mPasswordTokenHandle = 0; field in DevicePolicyManagerService.DevicePolicyData3007 if (policy.mPasswordTokenHandle != 0) { in saveSettingsLocked()3010 Long.toString(policy.mPasswordTokenHandle)); in saveSettingsLocked()3231 policy.mPasswordTokenHandle = Long.parseLong( in loadSettingsLocked()12502 if (policy.mPasswordTokenHandle != 0) { in setResetPasswordToken()12503 mLockPatternUtils.removeEscrowToken(policy.mPasswordTokenHandle, userHandle); in setResetPasswordToken()12506 policy.mPasswordTokenHandle = mLockPatternUtils.addEscrowToken(token, userHandle); in setResetPasswordToken()12508 return policy.mPasswordTokenHandle != 0; in setResetPasswordToken()12525 if (policy.mPasswordTokenHandle != 0) { in clearResetPasswordToken()12529 policy.mPasswordTokenHandle, userHandle); in clearResetPasswordToken()[all …]