Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DKeyguardController.java211 boolean canShowWhileOccluded(boolean dismissKeyguard, boolean showWhenLocked) { in canShowWhileOccluded() argument
212 return showWhenLocked || dismissKeyguard && !mWindowManager.isKeyguardSecure(); in canShowWhileOccluded()
DActivityStack.java1945 final boolean showWhenLocked = r.hasShowWhenLockedWindows() && !isInPinnedStack; in checkKeyguardVisibility()
1955 mTopActivityOccludesKeyguard |= showWhenLocked; in checkKeyguardVisibility()
1972 dismissKeyguard, showWhenLocked); in checkKeyguardVisibility()