Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java27 import com.android.systemui.statusbar.NotificationRemoteInputManager.SmartReplyHistoryExtender;
66 private SmartReplyHistoryExtender mSmartReplyHistoryExtender;
221 mSmartReplyHistoryExtender = new SmartReplyHistoryExtender(); in addLifetimeExtenders()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java447 mLifetimeExtenders.add(new SmartReplyHistoryExtender()); in addLifetimeExtenders()
638 protected class SmartReplyHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager