Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java203 private final HashMap<String, Bubble> mPendingBubbles; field in BubbleData
252 mPendingBubbles = new HashMap<>(); in BubbleData()
427 } else if (mPendingBubbles.containsKey(key)) { in getOrCreateBubble()
429 bubbleToReturn = mPendingBubbles.get(key); in getOrCreateBubble()
443 mPendingBubbles.put(key, bubbleToReturn); in getOrCreateBubble()
455 mPendingBubbles.remove(bubble.getKey()); // No longer pending once we're here in notificationEntryUpdated()
670 if (mPendingBubbles.containsKey(key)) { in doRemove()
671 mPendingBubbles.remove(key); in doRemove()
1180 for (Bubble b : mPendingBubbles.values()) { in getPendingBubbleWithKey()
1194 for (Bubble b : mPendingBubbles.values()) { in filterAllBubbles()