Searched refs:mLastReportedTrustedPresentationState (Results 1 – 3 of 3) sorted by relevance
340 if (trustedPresentationInfo.mLastReportedTrustedPresentationState) { in checkIfInThreshold()341 trustedPresentationInfo.mLastReportedTrustedPresentationState = false; in checkIfInThreshold()360 if (!trustedPresentationInfo.mLastReportedTrustedPresentationState && newState && ( in checkIfInThreshold()364 trustedPresentationInfo.mLastReportedTrustedPresentationState = true; in checkIfInThreshold()408 boolean mLastReportedTrustedPresentationState = false; field in TrustedPresentationListenerController.TrustedPresentationInfo
426 if (mLastReportedTrustedPresentationState) { in updateTrustedPresentationState()427 mLastReportedTrustedPresentationState = false; in updateTrustedPresentationState()440 if (!mLastReportedTrustedPresentationState && newState && in updateTrustedPresentationState()443 mLastReportedTrustedPresentationState = true; in updateTrustedPresentationState()4431 mLastReportedTrustedPresentationState = false; in setTrustedPresentationInfo()
1041 bool mLastReportedTrustedPresentationState = false; variable