Searched refs:persistedBubble (Results 1 – 1 of 1) sorted by relevance
286 public Bubble getOrCreateBubble(BubbleEntry entry, Bubble persistedBubble) { in getOrCreateBubble() argument287 String key = persistedBubble != null ? persistedBubble.getKey() : entry.getKey(); in getOrCreateBubble()304 bubbleToReturn = persistedBubble; in getOrCreateBubble()