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.java349 assertFalse(mTarget.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testDefaultToNotShowWithInsecureKeyguard()
350 assertFalse(mTarget.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testDefaultToNotShowWithInsecureKeyguard()
357 assertFalse(mTarget.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testPublicDisplayNotAllowSetShouldShowWithInsecureKeyguard()
364 assertTrue(mTarget.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java322 boolean shouldShowWithInsecureKeyguardLocked(DisplayContent dc) { in shouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
DWindowManagerService.java6942 return mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(displayContent); in shouldShowWithInsecureKeyguard()