Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java261 mCallbacks.get(i).onRemoteInputSent(entry); in remoteInputSent()
330 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent() method
DNotificationRemoteInputManager.java338 public void onRemoteInputSent(NotificationEntry entry) { in setUpWithCallback()
340 mRemoteInputListener.onRemoteInputSent(entry); in setUpWithCallback()
756 void onRemoteInputSent(@NonNull NotificationEntry entry); in onRemoteInputSent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt171 override fun onRemoteInputSent(entry: NotificationEntry) { in onRemoteInputSent() method