Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinator.kt51 private val notifsExtendingLifetime = ArraySet<String>() regex
71 for (key in notifsExtendingLifetime) {
89 notifsExtendingLifetime.add(entry.key)
95 notifsExtendingLifetime.remove(entry.key)
121 if (notifsExtendingLifetime.remove(entry.key)) {