Searched refs:RemoteInputActiveExtender (Results 1 – 2 of 2) sorted by relevance
27 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputActiveExtender;71 private RemoteInputActiveExtender mRemoteInputActiveExtender;224 mRemoteInputActiveExtender = new RemoteInputActiveExtender(); in addLifetimeExtenders()
464 mLifetimeExtenders.add(new RemoteInputActiveExtender()); in addLifetimeExtenders()692 protected class RemoteInputActiveExtender extends RemoteInputExtender { class in NotificationRemoteInputManager