Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayWindowSettingsTests.java311 mDisplayWindowSettings.setShouldShowWithInsecureKeyguardLocked(mSecondaryDisplay, true); in testPublicDisplayNotAllowSetShouldShowWithInsecureKeyguard()
316 mDisplayWindowSettings.setShouldShowWithInsecureKeyguardLocked(mPrivateDisplay, true); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettings.java189 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
H A DWindowManagerService.java7543 mDisplayWindowSettings.setShouldShowWithInsecureKeyguardLocked(displayContent, in setShouldShowWithInsecureKeyguard()