Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java123 private final HashMap<String, Bubble> mPendingBubbles; field in BubbleData
160 mPendingBubbles = new HashMap<>(); in BubbleData()
240 } else if (mPendingBubbles.containsKey(key)) { in getOrCreateBubble()
242 bubbleToReturn = mPendingBubbles.get(key); in getOrCreateBubble()
255 mPendingBubbles.put(key, bubbleToReturn); in getOrCreateBubble()
268 mPendingBubbles.remove(bubble.getKey()); // No longer pending once we're here in notificationEntryUpdated()
468 if (mPendingBubbles.containsKey(key)) { in doRemove()
469 mPendingBubbles.remove(key); in doRemove()