Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DSelfTrackingLifetimeExtender.kt58 mainHandler.postDelayed({ endLifetimeExtension(key) }, delayMillis) in <lambda>()
62 fun endLifetimeExtension(key: String) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.notifcollection.SelfTrackingLifetimeExtender
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DSelfTrackingLifetimeExtenderTest.kt102 extender.endLifetimeExtension(entry1.key) in testExtendThenCancel_thenEndDoesNothing()
114 extender.endLifetimeExtension(entry1.key) in testExtendThenEnd()
169 extender.endLifetimeExtension(entry1.key) in testExtendWithinEndCanReExtend()
183 extender.endLifetimeExtension(entry1.key) in testExtendWithinEndCanNotReExtend()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt178 mRemoteInputHistoryExtender.endLifetimeExtension(entry.key) in onRemoteInputSent()
179 mSmartReplyHistoryExtender.endLifetimeExtension(entry.key) in onRemoteInputSent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt94 private val endLifetimeExtension: OnEndLifetimeExtensionCallback = mock() in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest
161 notifLifetimeExtender.setCallback(endLifetimeExtension) in <lambda>()
234 verify(endLifetimeExtension, times(1)).onEndLifetimeExtension(notifLifetimeExtender, entry) in <lambda>()