Searched refs:getFullScreenIntentDecision (Results 1 – 4 of 4) sorted by relevance
531 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 …]
165 FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry); in getFullScreenIntentDecision() method
68 wrapped.getFullScreenIntentDecision(entry).let { FullScreenIntentDecisionImpl(entry, it) }
221 FullScreenIntentDecision decision = getFullScreenIntentDecision(entry); in shouldLaunchFullScreenIntentWhenAdded()246 public FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry) { in getFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl