Searched refs:SmartReplyHistoryExtender (Results 1 – 2 of 2) sorted by relevance
27 import com.android.systemui.statusbar.NotificationRemoteInputManager.SmartReplyHistoryExtender;66 private SmartReplyHistoryExtender mSmartReplyHistoryExtender;221 mSmartReplyHistoryExtender = new SmartReplyHistoryExtender(); in addLifetimeExtenders()
447 mLifetimeExtenders.add(new SmartReplyHistoryExtender()); in addLifetimeExtenders()638 protected class SmartReplyHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager