Searched refs:collectionEntry (Results 1 – 1 of 1) sorted by relevance
709 NotificationEntry collectionEntry = getEntry(entry.getKey()); in onEndLifetimeExtension() local711 String collectionEntryIs = collectionEntry == null ? "null" in onEndLifetimeExtension()712 : entry == collectionEntry ? "same" : "different"; in onEndLifetimeExtension()714 if (entry != collectionEntry) { in onEndLifetimeExtension()