Home
last modified time | relevance | path

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

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