Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java573 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_notPendingIntent()
592 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_suppressedOnlyByDND()
611 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_suppressedByDNDAndOther()
627 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_notHighImportance()
643 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_isGroupAlertSilenced()
670 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldNotFullScreen_isSuppressedByBubbleMetadata()
697 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldFullScreen_notInteractive()
713 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldFullScreen_isDreaming()
729 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldFullScreen_onKeyguard()
748 assertThat(mNotifInterruptionStateProvider.getFullScreenIntentDecision(entry)) in testShouldFullscreen_suppressedInterruptionsWhenNotProvisioned()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java173 FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry); in getFullScreenIntentDecision() method
DNotificationInterruptStateProviderWrapper.kt99 wrapped.getFullScreenIntentDecision(entry).let { in makeUnloggedFullScreenIntentDecision()
DNotificationInterruptStateProviderImpl.java243 FullScreenIntentDecision decision = getFullScreenIntentDecision(entry); in shouldLaunchFullScreenIntentWhenAdded()
268 public FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry) { in getFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl