Searched refs:RemoteInputListener (Results 1 – 3 of 3) sorted by relevance
30 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener72 ) : Coordinator, RemoteInputListener, Dumpable {
32 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener61 private lateinit var listener: RemoteInputListener
94 private RemoteInputListener mRemoteInputListener;313 public void setRemoteInputListener(@NonNull RemoteInputListener remoteInputListener) { in setRemoteInputListener()754 public interface RemoteInputListener { interface in NotificationRemoteInputManager