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.java30 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputHistoryExtender;
73 private RemoteInputHistoryExtender mRemoteInputHistoryExtender;
296 mRemoteInputHistoryExtender = new RemoteInputHistoryExtender(); in addLifetimeExtenders()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java499 mLifetimeExtenders.add(new RemoteInputHistoryExtender()); in addLifetimeExtenders()
662 protected class RemoteInputHistoryExtender extends RemoteInputExtender { class in NotificationRemoteInputManager