Searched refs:mLastComputedTrustedPresentationState (Results 1 – 3 of 3) sorted by relevance
323 boolean lastState = trustedPresentationInfo.mLastComputedTrustedPresentationState; in checkIfInThreshold()328 trustedPresentationInfo.mLastComputedTrustedPresentationState = newState; in checkIfInThreshold()407 boolean mLastComputedTrustedPresentationState = false; field in TrustedPresentationListenerController.TrustedPresentationInfo
399 const bool lastState = mLastComputedTrustedPresentationState; in updateTrustedPresentationState()400 mLastComputedTrustedPresentationState = false; in updateTrustedPresentationState()408 mLastComputedTrustedPresentationState = in updateTrustedPresentationState()422 const bool newState = mLastComputedTrustedPresentationState; in updateTrustedPresentationState()4432 mLastComputedTrustedPresentationState = false; in setTrustedPresentationInfo()
1040 bool mLastComputedTrustedPresentationState = false; variable