Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt33 …notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl.NO_FSI_NOT_IMPORTANT_ENOUGH
82 NO_FSI_NOT_IMPORTANT_ENOUGH(false, "not important enough"),
150 return NO_FSI_NOT_IMPORTANT_ENOUGH in makeDecisionWithoutDnd()
DNotificationInterruptStateProvider.java56 NO_FSI_NOT_IMPORTANT_ENOUGH(false), enumConstant
DNotificationInterruptStateProviderImpl.java288 return getDecisionGivenSuppression(FullScreenIntentDecision.NO_FSI_NOT_IMPORTANT_ENOUGH, in getFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapperTest.kt25 …nterruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_NOT_IMPORTANT_ENOUGH
97 makeFsiDecision(NO_FSI_NOT_IMPORTANT_ENOUGH).let { in fullScreenIntentDecisionShouldNotInterrupt()
DNotificationInterruptStateProviderImplTest.java628 .isEqualTo(FullScreenIntentDecision.NO_FSI_NOT_IMPORTANT_ENOUGH); in testShouldNotFullScreen_notHighImportance()