Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt77 private val mRemoteInputLifetimeExtenders = listOf( constant
89 fun getLifetimeExtenders(): List<NotifLifetimeExtender> = mRemoteInputLifetimeExtenders in getLifetimeExtenders()
96 mRemoteInputLifetimeExtenders.forEach { in getLifetimeExtenders()
168 mRemoteInputLifetimeExtenders.forEach { it.dump(pw, args) } in dump()