Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java69 mCallback.onSmartReplySent(entry, reply); in smartReplySent()
135 void onSmartReplySent(NotificationEntry entry, CharSequence reply); in onSmartReplySent() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt144 private fun onSmartReplySent(entry: NotificationEntry, reply: CharSequence) { regex
177 mSmartReplyController.setCallback(this::onSmartReplySent)