Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGutsCoordinator.kt66 pipeline.addNotificationLifetimeExtender(mLifetimeExtender) in attach()
77 private val mLifetimeExtender: NotifLifetimeExtender = object : NotifLifetimeExtender { constant
122 onEndLifetimeExtensionCallback?.onEndLifetimeExtension(mLifetimeExtender, entry) in isCurrentlyShowingGuts()
DHeadsUpCoordinator.kt96 pipeline.addNotificationLifetimeExtender(mLifetimeExtender) in <lambda>()
655 private val mLifetimeExtender = object : NotifLifetimeExtender { in <lambda>() constant
751 mEndLifetimeExtension?.onEndLifetimeExtension(mLifetimeExtender, entry) in <lambda>()