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.java27 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputActiveExtender;
71 private RemoteInputActiveExtender mRemoteInputActiveExtender;
224 mRemoteInputActiveExtender = new RemoteInputActiveExtender(); in addLifetimeExtenders()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java464 mLifetimeExtenders.add(new RemoteInputActiveExtender()); in addLifetimeExtenders()
692 protected class RemoteInputActiveExtender extends RemoteInputExtender { class in NotificationRemoteInputManager