Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayWindowSettingsTests.java291 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testDefaultToNotShowWithInsecureKeyguard()
292 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testDefaultToNotShowWithInsecureKeyguard()
304 assertTrue(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettings.java179 boolean shouldShowWithInsecureKeyguardLocked(DisplayContent dc) { in shouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
H A DWindowManagerService.java7378 return mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(displayContent); in shouldShowWithInsecureKeyguard()