Searched refs:SmartReplyHistoryExtender (Results 1 – 2 of 2) sorted by relevance
29 import com.android.systemui.statusbar.NotificationRemoteInputManager.SmartReplyHistoryExtender;70 private SmartReplyHistoryExtender mSmartReplyHistoryExtender;226 mSmartReplyHistoryExtender = new SmartReplyHistoryExtender(); in addLifetimeExtenders()
463 mLifetimeExtenders.add(new SmartReplyHistoryExtender()); in addLifetimeExtenders()654 protected class SmartReplyHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager