Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java76 FSI_DEVICE_IS_DREAMING(true), enumConstant
DNotificationInterruptStateProviderImpl.java328 return getDecisionGivenSuppression(FullScreenIntentDecision.FSI_DEVICE_IS_DREAMING, in getFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java714 .isEqualTo(FullScreenIntentDecision.FSI_DEVICE_IS_DREAMING); in testShouldFullScreen_isDreaming()