Searched refs:couldHeadsUp (Results 1 – 2 of 2) sorted by relevance
117 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()
288 val couldHeadsUp = makeUnloggedHeadsUpDecision(entry).shouldInterrupt in makeUnloggedFullScreenIntentDecision() constant290 fullScreenIntentDecisionProvider.makeFullScreenIntentDecision(entry, couldHeadsUp) in makeUnloggedFullScreenIntentDecision()