Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java113 public final boolean shouldLaunch; field in NotificationInterruptStateProvider.FullScreenIntentDecision
115 FullScreenIntentDecision(boolean shouldLaunch) { in FullScreenIntentDecision() argument
116 this.shouldLaunch = shouldLaunch; in FullScreenIntentDecision()
DNotificationInterruptStateProviderWrapper.kt57 override val shouldInterrupt = originalDecision.shouldLaunch in of()
DNotificationInterruptStateProviderImpl.java245 return decision.shouldLaunch; in shouldLaunchFullScreenIntentWhenAdded()
260 return decision.shouldLaunch in getDecisionGivenSuppression()
410 if (decision.shouldLaunch) { in logFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java912 if (decision.shouldLaunch) { in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()