Home
last modified time | relevance | path

Searched refs:onRemoteInputSent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java241 mCallbacks.get(i).onRemoteInputSent(entry); in remoteInputSent()
278 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent() method
DNotificationRemoteInputManager.java304 public void onRemoteInputSent(NotificationEntry entry) { in setUpWithCallback()