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.java318 mTarget.setShouldShowWithInsecureKeyguardLocked(mSecondaryDisplay, true); in testPublicDisplayNotAllowSetShouldShowWithInsecureKeyguard()
325 mTarget.setShouldShowWithInsecureKeyguardLocked(mPrivateDisplay, true); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java316 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
DWindowManagerService.java7116 mDisplayWindowSettings.setShouldShowWithInsecureKeyguardLocked(displayContent, in setShouldShowWithInsecureKeyguard()