Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt75 private val mRemoteInputLifetimeExtenders = listOf( regex
87 fun getLifetimeExtenders(): List<NotifLifetimeExtender> = mRemoteInputLifetimeExtenders
91 mRemoteInputLifetimeExtenders.forEach { pipeline.addNotificationLifetimeExtender(it) }
124 mRemoteInputLifetimeExtenders.forEach { it.dump(pw, args) }