Searched refs:getFullScreenIntentDecision (Results 1 – 4 of 4) sorted by relevance
573 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 …]
173 FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry); in getFullScreenIntentDecision() method
99 wrapped.getFullScreenIntentDecision(entry).let { in makeUnloggedFullScreenIntentDecision()
243 FullScreenIntentDecision decision = getFullScreenIntentDecision(entry); in shouldLaunchFullScreenIntentWhenAdded()268 public FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry) { in getFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl