Searched refs:shouldLaunchFullScreenIntentWhenAdded (Results 1 – 3 of 3) sorted by relevance
533 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 …]
151 boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry); in shouldLaunchFullScreenIntentWhenAdded() method
220 public boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry) { in shouldLaunchFullScreenIntentWhenAdded() method in NotificationInterruptStateProviderImpl