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.java251 mCallbacks.get(i).onRemoteInputSent(entry); in remoteInputSent()
296 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent() method
DNotificationRemoteInputManager.java335 public void onRemoteInputSent(NotificationEntry entry) { in setUpWithCallback()