Searched refs:endLifetimeExtension (Results 1 – 4 of 4) sorted by relevance
58 mainHandler.postDelayed({ endLifetimeExtension(key) }, delayMillis) in <lambda>()62 fun endLifetimeExtension(key: String) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.notifcollection.SelfTrackingLifetimeExtender
102 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()
178 mRemoteInputHistoryExtender.endLifetimeExtension(entry.key) in onRemoteInputSent()179 mSmartReplyHistoryExtender.endLifetimeExtension(entry.key) in onRemoteInputSent()
94 private val endLifetimeExtension: OnEndLifetimeExtensionCallback = mock() in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest161 notifLifetimeExtender.setCallback(endLifetimeExtension) in <lambda>()234 verify(endLifetimeExtension, times(1)).onEndLifetimeExtension(notifLifetimeExtender, entry) in <lambda>()