Home
last modified time | relevance | path

Searched refs:FullScreenIntentDecision (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImpl.java221 FullScreenIntentDecision decision = getFullScreenIntentDecision(entry); in shouldLaunchFullScreenIntentWhenAdded()
235 private FullScreenIntentDecision getDecisionGivenSuppression(FullScreenIntentDecision decision, in getDecisionGivenSuppression()
239 ? FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND in getDecisionGivenSuppression()
240 : FullScreenIntentDecision.NO_FSI_SUPPRESSED_BY_DND; in getDecisionGivenSuppression()
249 return FullScreenIntentDecision.NO_FSI_SHOW_STICKY_HUN; in getFullScreenIntentDecision()
251 return FullScreenIntentDecision.NO_FULL_SCREEN_INTENT; in getFullScreenIntentDecision()
276 FullScreenIntentDecision.NO_FSI_SUPPRESSIVE_GROUP_ALERT_BEHAVIOR, in getFullScreenIntentDecision()
286 FullScreenIntentDecision.NO_FSI_SUPPRESSIVE_BUBBLE_METADATA, in getFullScreenIntentDecision()
292 return getDecisionGivenSuppression(FullScreenIntentDecision.NO_FSI_SUSPENDED, in getFullScreenIntentDecision()
328 FullScreenIntentDecision.FSI_KEYGUARD_OCCLUDED, in getFullScreenIntentDecision()
[all …]
H A DNotificationInterruptStateProvider.java34 enum FullScreenIntentDecision { enum
107 FullScreenIntentDecision(boolean shouldLaunch) { in FullScreenIntentDecision() method in NotificationInterruptStateProvider.FullScreenIntentDecision
165 FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry); in getFullScreenIntentDecision()
173 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision()
H A DNotificationInterruptStateProviderWrapper.kt21 …ar.notification.interruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_SU…
23 …mui.statusbar.notification.interruption.VisualInterruptionDecisionProvider.FullScreenIntentDecision
50 val originalDecision: NotificationInterruptStateProvider.FullScreenIntentDecision
51 ) : FullScreenIntentDecision {
70 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) {
H A DVisualInterruptionDecisionProvider.kt49 interface FullScreenIntentDecision : Decision { regex
99 fun makeUnloggedFullScreenIntentDecision(entry: NotificationEntry): FullScreenIntentDecision
106 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderWrapperTest.kt7 …mui.statusbar.notification.interruption.NotificationInterruptStateProvider.FullScreenIntentDecision
8 …ar.notification.interruption.NotificationInterruptStateProvider.FullScreenIntentDecision.FSI_DEVIC…
9 …ar.notification.interruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_NO…
10 …ar.notification.interruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_SU…
11 …ar.notification.interruption.NotificationInterruptStateProvider.FullScreenIntentDecision.NO_FSI_SU…
76 private fun makeFsiDecision(originalDecision: FullScreenIntentDecision) =
H A DNotificationInterruptStateProviderImplTest.java532 .isEqualTo(FullScreenIntentDecision.NO_FULL_SCREEN_INTENT); in testShouldNotFullScreen_notPendingIntent()
672 .isEqualTo(FullScreenIntentDecision.FSI_DEVICE_IS_DREAMING); in testShouldFullScreen_isDreaming()
688 .isEqualTo(FullScreenIntentDecision.FSI_KEYGUARD_SHOWING); in testShouldFullScreen_onKeyguard()
705 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_willHun()
725 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_snoozed_occluding()
769 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_snoozed_lockedShade()
813 .isEqualTo(FullScreenIntentDecision.NO_FSI_EXPECTED_TO_HUN); in testShouldNotFullScreen_snoozed_unlocked()
830 .isEqualTo(FullScreenIntentDecision.NO_FSI_SUSPENDED); in testShouldNotScreen_appSuspended()
843 FullScreenIntentDecision.NO_FSI_SUPPRESSIVE_BUBBLE_METADATA, in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()
844 FullScreenIntentDecision.NO_FSI_NO_HUN_OR_KEYGUARD in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt178 setDefaultShouldFullScreen(FullScreenIntentDecision.NO_FULL_SCREEN_INTENT)
282 setShouldFullScreen(entry, FullScreenIntentDecision.FSI_KEYGUARD_SHOWING)
850 FullScreenIntentDecision.FSI_DEVICE_NOT_INTERACTIVE
873 FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND
887 FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND
905 FullScreenIntentDecision.FSI_DEVICE_NOT_INTERACTIVE
930 FullScreenIntentDecision.NO_FSI_SUPPRESSED_ONLY_BY_DND
963 FullScreenIntentDecision.FSI_DEVICE_NOT_INTERACTIVE
1049 originalDecision: FullScreenIntentDecision
1060 originalDecision: FullScreenIntentDecision
[all …]