Searched refs:shouldShowWithInsecureKeyguardLocked (Results 1 – 3 of 3) sorted by relevance
291 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testDefaultToNotShowWithInsecureKeyguard()292 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testDefaultToNotShowWithInsecureKeyguard()304 assertTrue(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
179 boolean shouldShowWithInsecureKeyguardLocked(DisplayContent dc) { in shouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
7378 return mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(displayContent); in shouldShowWithInsecureKeyguard()