Home
last modified time | relevance | path

Searched defs:FullScreenIntentDecision (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProvider.java34 enum FullScreenIntentDecision { enum
107 FullScreenIntentDecision(boolean shouldLaunch) { in FullScreenIntentDecision() method in NotificationInterruptStateProvider.FullScreenIntentDecision
H A DVisualInterruptionDecisionProvider.kt49 interface FullScreenIntentDecision : Decision { regex