Searched refs:mPendingBubbles (Results 1 – 1 of 1) sorted by relevance
123 private final HashMap<String, Bubble> mPendingBubbles; field in BubbleData160 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()