Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java709 NotificationEntry collectionEntry = getEntry(entry.getKey()); in onEndLifetimeExtension() local
711 String collectionEntryIs = collectionEntry == null ? "null" in onEndLifetimeExtension()
712 : entry == collectionEntry ? "same" : "different"; in onEndLifetimeExtension()
714 if (entry != collectionEntry) { in onEndLifetimeExtension()