Searched refs:shouldLaunchFullScreenIntentWhenAdded (Results 1 – 3 of 3) sorted by relevance
575 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_notPendingIntent()594 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_suppressedOnlyByDND()613 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_suppressedByDNDAndOther()629 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_notHighImportance()645 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_isGroupAlertSilenced()672 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldNotFullScreen_isSuppressedByBubbleMetadata()699 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldFullScreen_notInteractive()715 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldFullScreen_isDreaming()731 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldFullScreen_onKeyguard()750 assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry)) in testShouldFullscreen_suppressedInterruptionsWhenNotProvisioned()[all …]
159 boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry); in shouldLaunchFullScreenIntentWhenAdded() method
242 public boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry) { in shouldLaunchFullScreenIntentWhenAdded() method in NotificationInterruptStateProviderImpl