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.java26 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputHistoryExtender;
65 private RemoteInputHistoryExtender mRemoteInputHistoryExtender;
220 mRemoteInputHistoryExtender = new RemoteInputHistoryExtender(); in addLifetimeExtenders()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java446 mLifetimeExtenders.add(new RemoteInputHistoryExtender()); in addLifetimeExtenders()
592 protected class RemoteInputHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager