Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt26 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener
53 private lateinit var listener: RemoteInputListener
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt29 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener
71 ) : Coordinator, RemoteInputListener, Dumpable {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java93 private RemoteInputListener mRemoteInputListener;
323 public void setRemoteInputListener(@NonNull RemoteInputListener remoteInputListener) { in setRemoteInputListener()
787 public interface RemoteInputListener { interface in NotificationRemoteInputManager
805 protected class LegacyRemoteInputLifetimeExtender implements RemoteInputListener, Dumpable {