Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java46 …atusbar.NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender.SmartReplyHistoryExtender;
91 private SmartReplyHistoryExtender mSmartReplyHistoryExtender;
242 mSmartReplyHistoryExtender = new SmartReplyHistoryExtender(); in addLifetimeExtenders()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt74 @VisibleForTesting val mSmartReplyHistoryExtender = SmartReplyHistoryExtender()
198 inner class SmartReplyHistoryExtender :
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java846 mLifetimeExtenders.add(new SmartReplyHistoryExtender()); in addLifetimeExtenders()
978 protected class SmartReplyHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender