Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java340 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
/frameworks/native/services/surfaceflinger/
DLayer.cpp426 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()
DLayer.h1041 bool mLastReportedTrustedPresentationState = false; variable