Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinator.kt52 private val notifsExtendingLifetime = ArraySet<String>() regex
72 for (key in notifsExtendingLifetime) {
90 notifsExtendingLifetime.add(entry.key)
96 notifsExtendingLifetime.remove(entry.key)
122 if (notifsExtendingLifetime.remove(entry.key)) {