Home
last modified time | relevance | path

Searched refs:NO_FSI_SUPPRESSED_ONLY_BY_DND (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapper.kt23 …erruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND
58 override val wouldInterruptWithoutDnd = originalDecision == NO_FSI_SUPPRESSED_ONLY_BY_DND in of()
DFullScreenIntentDecisionProvider.kt39 …tification.interruption.FullScreenIntentDecisionProvider.DecisionImpl.NO_FSI_SUPPRESSED_ONLY_BY_DND
114 NO_FSI_SUPPRESSED_ONLY_BY_DND(false, "suppressed only by DND", wouldFsiWithoutDnd = true)
126 suppressedByDnd && !suppressedWithoutDnd -> NO_FSI_SUPPRESSED_ONLY_BY_DND in makeFullScreenIntentDecision()
DNotificationInterruptStateProvider.java52 NO_FSI_SUPPRESSED_ONLY_BY_DND(false), enumConstant
DNotificationInterruptStateProviderImpl.java261 ? FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND in getDecisionGivenSuppression()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapperTest.kt27 …erruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND
105 makeFsiDecision(NO_FSI_SUPPRESSED_ONLY_BY_DND).let { in fullScreenIntentDecisionWouldInterruptWithoutDnd()
DNotificationInterruptStateProviderImplTest.java593 .isEqualTo(FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND); in testShouldNotFullScreen_suppressedOnlyByDND()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt867 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND) in <lambda>()
873 FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND in <lambda>()
880 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND) in <lambda>()
887 FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND in <lambda>()
923 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND) in <lambda>()
930 FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND in <lambda>()
935 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND) in <lambda>()
972 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND) in <lambda>()
1020 setShouldFullScreen(entry, FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND) in <lambda>()