Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt92 mNotificationRemoteInputManager.setRemoteInputListener(this) in getLifetimeExtenders()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt94 verify(remoteInputManager).setRemoteInputListener(capture()) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java313 public void setRemoteInputListener(@NonNull RemoteInputListener remoteInputListener) { in setRemoteInputListener() method in NotificationRemoteInputManager