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.java243 mCallbacks.get(i).onRemoteInputSent(entry); in remoteInputSent()
280 default void onRemoteInputSent(NotificationData.Entry entry) {} in onRemoteInputSent() method
DNotificationRemoteInputManager.java286 public void onRemoteInputSent(NotificationData.Entry entry) { in setUpWithPresenter()