Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java291 mCallbacks.get(i).onRemoteInputSent(entry); in remoteInputSent()
360 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent() method
H A DNotificationRemoteInputManager.java309 public void onRemoteInputSent(NotificationEntry entry) { in setUpWithCallback()
311 mRemoteInputListener.onRemoteInputSent(entry); in setUpWithCallback()
747 void onRemoteInputSent(@NonNull NotificationEntry entry); in onRemoteInputSent() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt127 override fun onRemoteInputSent(entry: NotificationEntry) {