Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java28 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputHistoryExtender;
69 private RemoteInputHistoryExtender mRemoteInputHistoryExtender;
225 mRemoteInputHistoryExtender = new RemoteInputHistoryExtender(); in addLifetimeExtenders()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java462 mLifetimeExtenders.add(new RemoteInputHistoryExtender()); in addLifetimeExtenders()
608 protected class RemoteInputHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager