Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt75 @VisibleForTesting val mSmartReplyHistoryExtender = SmartReplyHistoryExtender() constant
79 mSmartReplyHistoryExtender,
179 mSmartReplyHistoryExtender.endLifetimeExtension(entry.key) in onRemoteInputSent()
211 mSmartReplyHistoryExtender.isExtending(key) in isNotificationKeptForRemoteInputHistory()
219 mSmartReplyHistoryExtender.endLifetimeExtensionAfterDelay(entry.key, in releaseNotificationIfKeptForRemoteInputHistory()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt106 val smartReplyHistoryExtender get() = coordinator.mSmartReplyHistoryExtender