Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java323 boolean lastState = trustedPresentationInfo.mLastComputedTrustedPresentationState; in checkIfInThreshold()
328 trustedPresentationInfo.mLastComputedTrustedPresentationState = newState; in checkIfInThreshold()
407 boolean mLastComputedTrustedPresentationState = false; field in TrustedPresentationListenerController.TrustedPresentationInfo
/frameworks/native/services/surfaceflinger/
DLayer.cpp399 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()
DLayer.h1040 bool mLastComputedTrustedPresentationState = false; variable