Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java533 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_notPendingIntent()
552 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_suppressedOnlyByDND()
571 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_suppressedByDNDAndOther()
587 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_notHighImportance()
603 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_isGroupAlertSilenced()
630 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_isSuppressedByBubbleMetadata()
657 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldFullScreen_notInteractive()
673 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldFullScreen_isDreaming()
689 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldFullScreen_onKeyguard()
706 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_willHun()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProvider.java151 boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry); in shouldLaunchFullScreenIntentWhenAdded() method
H A DNotificationInterruptStateProviderImpl.java220 public boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry) { in shouldLaunchFullScreenIntentWhenAdded() method in NotificationInterruptStateProviderImpl