Home
last modified time | relevance | path

Searched refs:FSI_KEYGUARD_SHOWING (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt29 …tusbar.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl.FSI_KEYGUARD_SHOWING
100 FSI_KEYGUARD_SHOWING(true, "keyguard is showing"),
175 return FSI_KEYGUARD_SHOWING in makeDecisionWithoutDnd()
DNotificationInterruptStateProvider.java80 FSI_KEYGUARD_SHOWING(true), enumConstant
DNotificationInterruptStateProviderImpl.java334 return getDecisionGivenSuppression(FullScreenIntentDecision.FSI_KEYGUARD_SHOWING, in getFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt282 setShouldFullScreen(entry, FullScreenIntentDecision.FSI_KEYGUARD_SHOWING) in <lambda>()
1027 setShouldFullScreen(entry, FullScreenIntentDecision.FSI_KEYGUARD_SHOWING) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java730 .isEqualTo(FullScreenIntentDecision.FSI_KEYGUARD_SHOWING); in testShouldFullScreen_onKeyguard()