Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionInconsistencyTracker.kt29 collectedKeySetAccessor: () -> Set<String>, in <lambda>()
36 this.collectedKeySetAccessor = collectedKeySetAccessor in <lambda>()
41 val currentCollectedKeys = collectedKeySetAccessor() in <lambda>()
115 private lateinit var collectedKeySetAccessor: (() -> Set<String>) in <lambda>() variable in com.android.systemui.statusbar.notification.collection.notifcollection.NotifCollectionInconsistencyTracker