Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt74 @VisibleForTesting val mSmartReplyHistoryExtender = SmartReplyHistoryExtender()
78 mSmartReplyHistoryExtender,
135 mSmartReplyHistoryExtender.endLifetimeExtension(entry.key)
165 mSmartReplyHistoryExtender.isExtending(key)
171 mSmartReplyHistoryExtender.endLifetimeExtensionAfterDelay(entry.key,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java91 private SmartReplyHistoryExtender mSmartReplyHistoryExtender; field in NotificationRemoteInputManagerTest
171 assertTrue(mSmartReplyHistoryExtender.shouldExtendLifetime(mEntry)); in testShouldExtendLifetime_smartReplySending()
242 mSmartReplyHistoryExtender = new SmartReplyHistoryExtender(); in addLifetimeExtenders()
244 mLifetimeExtenders.add(mSmartReplyHistoryExtender); in addLifetimeExtenders()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt99 val smartReplyHistoryExtender get() = coordinator.mSmartReplyHistoryExtender