Searched refs:RemoteInputActiveExtender (Results 1 – 2 of 2) sorted by relevance
29 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputActiveExtender;75 private RemoteInputActiveExtender mRemoteInputActiveExtender;295 mRemoteInputActiveExtender = new RemoteInputActiveExtender(); in addLifetimeExtenders()
501 mLifetimeExtenders.add(new RemoteInputActiveExtender()); in addLifetimeExtenders()749 protected class RemoteInputActiveExtender extends RemoteInputExtender { class in NotificationRemoteInputManager