Home
last modified time | relevance | path

Searched refs:RemoteInputListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt30 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener
72 ) : Coordinator, RemoteInputListener, Dumpable {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt32 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener
61 private lateinit var listener: RemoteInputListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java94 private RemoteInputListener mRemoteInputListener;
313 public void setRemoteInputListener(@NonNull RemoteInputListener remoteInputListener) { in setRemoteInputListener()
754 public interface RemoteInputListener { interface in NotificationRemoteInputManager