Home
last modified time | relevance | path

Searched refs:NO_FSI_SUSPENDED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java103 NO_FSI_SUSPENDED(false), enumConstant
DNotificationInterruptStateProviderImpl.java314 return getDecisionGivenSuppression(FullScreenIntentDecision.NO_FSI_SUSPENDED, in getFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java891 .isEqualTo(FullScreenIntentDecision.NO_FSI_SUSPENDED); in testShouldNotScreen_appSuspended()