Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java531 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_notPendingIntent()
550 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_suppressedOnlyByDND()
569 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_suppressedByDNDAndOther()
585 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_notHighImportance()
601 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_isGroupAlertSilenced()
628 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_isSuppressedByBubbleMetadata()
655 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldFullScreen_notInteractive()
671 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldFullScreen_isDreaming()
687 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldFullScreen_onKeyguard()
704 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_willHun()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProvider.java165 FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry); in getFullScreenIntentDecision() method
H A DNotificationInterruptStateProviderWrapper.kt68 wrapped.getFullScreenIntentDecision(entry).let { FullScreenIntentDecisionImpl(entry, it) }
H A DNotificationInterruptStateProviderImpl.java221 FullScreenIntentDecision decision = getFullScreenIntentDecision(entry); in shouldLaunchFullScreenIntentWhenAdded()
246 public FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry) { in getFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl