Home
last modified time | relevance | path

Searched refs:couldHeadsUp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt117 fun makeFullScreenIntentDecision(entry: NotificationEntry, couldHeadsUp: Boolean): Decision { in makeFullScreenIntentDecision()
118 val reasonWithoutDnd = makeDecisionWithoutDnd(entry, couldHeadsUp) in makeFullScreenIntentDecision()
136 couldHeadsUp: Boolean in makeDecisionWithoutDnd()
178 if (couldHeadsUp) { in makeDecisionWithoutDnd()
DVisualInterruptionDecisionProviderImpl.kt288 val couldHeadsUp = makeUnloggedHeadsUpDecision(entry).shouldInterrupt in makeUnloggedFullScreenIntentDecision() constant
290 fullScreenIntentDecisionProvider.makeFullScreenIntentDecision(entry, couldHeadsUp) in makeUnloggedFullScreenIntentDecision()