Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java25 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputActiveExtender;
67 private RemoteInputActiveExtender mRemoteInputActiveExtender;
219 mRemoteInputActiveExtender = new RemoteInputActiveExtender(); in addLifetimeExtenders()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java448 mLifetimeExtenders.add(new RemoteInputActiveExtender()); in addLifetimeExtenders()
676 protected class RemoteInputActiveExtender extends RemoteInputExtender { class in NotificationRemoteInputManager