Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt127 mSmartReplyController.stopSending(entry) in onEntryUpdated()
148 mSmartReplyController.stopSending(entry) in onEntryUpdated()
157 mSmartReplyController.stopSending(entry) in onEntryRemoved()
255 mSmartReplyController.stopSending(entry) in queryShouldExtendLifetime()
263 mSmartReplyController.stopSending(entry) in onCanceledLifetimeExtension()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java111 public void stopSending(final NotificationEntry entry) { in stopSending() method in SmartReplyController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java170 mSmartReplyController.stopSending(mEntry); in testSendingSmartReply_afterRemove_shouldReturnFalse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt213 verify(smartReplyController, times(1)).stopSending(entry) in testSmartReplyLifetimeExtensionListenerTrigger()