Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java305 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testDefaultToNotShowWithInsecureKeyguard()
306 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testDefaultToNotShowWithInsecureKeyguard()
318 assertTrue(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java193 boolean shouldShowWithInsecureKeyguardLocked(@NonNull DisplayContent dc) { in shouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
DWindowManagerService.java7724 return mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(displayContent); in shouldShowWithInsecureKeyguard()