Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardController.java629 private ActivityRecord mTopTurnScreenOnActivity; field in KeyguardController.KeyguardDisplayState
645 mTopTurnScreenOnActivity = null; in onRemoved()
665 mTopTurnScreenOnActivity = null; in updateVisibility()
674 mTopTurnScreenOnActivity = top; in updateVisibility()
710 if (mTopTurnScreenOnActivity != null in updateVisibility()
714 mTopTurnScreenOnActivity.setCurrentLaunchCanTurnScreenOn(false); in updateVisibility()
769 .append(mTopTurnScreenOnActivity) in dumpStatus()