Searched refs:shouldShowWithInsecureKeyguardLocked (Results 1 – 3 of 3) sorted by relevance
305 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testDefaultToNotShowWithInsecureKeyguard()306 assertFalse(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testDefaultToNotShowWithInsecureKeyguard()318 assertTrue(mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
193 boolean shouldShowWithInsecureKeyguardLocked(@NonNull DisplayContent dc) { in shouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
7724 return mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(displayContent); in shouldShowWithInsecureKeyguard()