Home
last modified time | relevance | path

Searched refs:NO_FSI_EXPECTED_TO_HUN (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt32 …sbar.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl.NO_FSI_EXPECTED_TO_HUN
101 NO_FSI_EXPECTED_TO_HUN(false, "expected to heads-up instead"),
179 return NO_FSI_EXPECTED_TO_HUN in makeDecisionWithoutDnd()
DNotificationInterruptStateProvider.java84 NO_FSI_EXPECTED_TO_HUN(false), enumConstant
DNotificationInterruptStateProviderImpl.java342 return getDecisionGivenSuppression(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN, in getFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java766 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_willHun()
786 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_snoozed_occluding()
830 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_snoozed_lockedShade()
874 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_snoozed_unlocked()