Home
last modified time | relevance | path

Searched refs:NO_FSI_SUPPRESSED_BY_DND (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt38 …ar.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl.NO_FSI_SUPPRESSED_BY_DND
113 NO_FSI_SUPPRESSED_BY_DND(false, "suppressed by DND", wouldFsiWithoutDnd = false),
127 suppressedByDnd -> NO_FSI_SUPPRESSED_BY_DND in makeFullScreenIntentDecision()
DNotificationInterruptStateProvider.java46 NO_FSI_SUPPRESSED_BY_DND(false), enumConstant
DNotificationInterruptStateProviderImpl.java262 : FullScreenIntentDecision.NO_FSI_SUPPRESSED_BY_DND; in getDecisionGivenSuppression()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapperTest.kt26 …n.interruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_SUPPRESSED_BY_DND
113 makeFsiDecision(NO_FSI_SUPPRESSED_BY_DND).let { in fullScreenIntentDecisionWouldNotInterruptEvenWithoutDnd()
DNotificationInterruptStateProviderImplTest.java612 .isEqualTo(FullScreenIntentDecision.NO_FSI_SUPPRESSED_BY_DND); in testShouldNotFullScreen_suppressedByDNDAndOther()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt979 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_BY_DND) in <lambda>()
1006 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_BY_DND) in <lambda>()