Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java231 Bubble getOrCreateBubble(NotificationEntry entry, Bubble persistedBubble) { in getOrCreateBubble() argument
232 String key = entry != null ? entry.getKey() : persistedBubble.getKey(); in getOrCreateBubble()
248 bubbleToReturn = persistedBubble; in getOrCreateBubble()