Home
last modified time | relevance | path

Searched refs:stopSending (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt106 mSmartReplyController.stopSending(entry)
114 mSmartReplyController.stopSending(entry)
206 mSmartReplyController.stopSending(entry)
214 mSmartReplyController.stopSending(entry)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java119 public void stopSending(final NotificationEntry entry) { in stopSending() method in SmartReplyController
H A DNotificationRemoteInputManager.java303 mSmartReplyController.stopSending(entry); in NotificationRemoteInputManager()
313 mSmartReplyController.stopSending(entry); in NotificationRemoteInputManager()
1008 mSmartReplyController.stopSending(entry); in setShouldManageLifetime()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java179 mSmartReplyController.stopSending(mEntry); in testSendingSmartReply_afterRemove_shouldReturnFalse()