Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java575 HashMap<String, Pair<BubbleEntry, Boolean>> pendingOrActiveNotif = new HashMap<>(); in onRankingUpdate() local
585 pendingOrActiveNotif.put(key, new Pair<>(bubbleEntry, shouldBubbleUp)); in onRankingUpdate()
587 mBubbles.onRankingUpdated(rankingMap, pendingOrActiveNotif); in onRankingUpdate()