Searched refs:RemoteInputActiveExtender (Results 1 – 2 of 2) sorted by relevance
25 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputActiveExtender;67 private RemoteInputActiveExtender mRemoteInputActiveExtender;219 mRemoteInputActiveExtender = new RemoteInputActiveExtender(); in addLifetimeExtenders()
448 mLifetimeExtenders.add(new RemoteInputActiveExtender()); in addLifetimeExtenders()676 protected class RemoteInputActiveExtender extends RemoteInputExtender { class in NotificationRemoteInputManager