Searched refs:shouldShowWithInsecureKeyguardLocked (Results 1 – 3 of 3) sorted by relevance
349 assertFalse(mTarget.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testDefaultToNotShowWithInsecureKeyguard()350 assertFalse(mTarget.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testDefaultToNotShowWithInsecureKeyguard()357 assertFalse(mTarget.shouldShowWithInsecureKeyguardLocked(mSecondaryDisplay)); in testPublicDisplayNotAllowSetShouldShowWithInsecureKeyguard()364 assertTrue(mTarget.shouldShowWithInsecureKeyguardLocked(mPrivateDisplay)); in testPrivateDisplayAllowSetShouldShowWithInsecureKeyguard()
322 boolean shouldShowWithInsecureKeyguardLocked(DisplayContent dc) { in shouldShowWithInsecureKeyguardLocked() method in DisplayWindowSettings
6942 return mDisplayWindowSettings.shouldShowWithInsecureKeyguardLocked(displayContent); in shouldShowWithInsecureKeyguard()