Searched refs:SmartReplyHistoryExtender (Results 1 – 2 of 2) sorted by relevance
31 import com.android.systemui.statusbar.NotificationRemoteInputManager.SmartReplyHistoryExtender;74 private SmartReplyHistoryExtender mSmartReplyHistoryExtender;297 mSmartReplyHistoryExtender = new SmartReplyHistoryExtender(); in addLifetimeExtenders()
500 mLifetimeExtenders.add(new SmartReplyHistoryExtender()); in addLifetimeExtenders()711 protected class SmartReplyHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager