Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt30 ….statusbar.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl.FSI_LOCKED_SHADE
103 FSI_LOCKED_SHADE(true, "locked shade"),
186 FSI_LOCKED_SHADE in makeDecisionWithoutDnd()
DNotificationInterruptStateProvider.java93 FSI_LOCKED_SHADE(true), enumConstant
DNotificationInterruptStateProviderImpl.java354 return getDecisionGivenSuppression(FullScreenIntentDecision.FSI_LOCKED_SHADE, in getFullScreenIntentDecision()