Home
last modified time | relevance | path

Searched refs:FullScreenIntentDecisionImpl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapper.kt53 class FullScreenIntentDecisionImpl( in of() class
100 FullScreenIntentDecisionImpl(entry, it) in makeUnloggedFullScreenIntentDecision()
106 (decision as FullScreenIntentDecisionImpl).let { in logFullScreenIntentDecision()
DVisualInterruptionDecisionProviderImpl.kt115 private class FullScreenIntentDecisionImpl( in suppressed() class
291 return FullScreenIntentDecisionImpl(entry, fsiDecision) in makeUnloggedFullScreenIntentDecision()
298 if (decision !is FullScreenIntentDecisionImpl) { in logFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapperTest.kt29 …ar.notification.interruption.NotificationInterruptStateProviderWrapper.FullScreenIntentDecisionImpl
120 FullScreenIntentDecisionImpl(NotificationEntryBuilder().build(), originalDecision)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt43 …ar.notification.interruption.NotificationInterruptStateProviderWrapper.FullScreenIntentDecisionImpl in <lambda>()
1054 FullScreenIntentDecisionImpl(entry, originalDecision) in <lambda>()
1065 FullScreenIntentDecisionImpl(entry, originalDecision) in <lambda>()
1076 check(decision is FullScreenIntentDecisionImpl) in <lambda>()