Searched refs:stopSending (Results 1 – 4 of 4) sorted by relevance
127 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()
111 public void stopSending(final NotificationEntry entry) { in stopSending() method in SmartReplyController
170 mSmartReplyController.stopSending(mEntry); in testSendingSmartReply_afterRemove_shouldReturnFalse()
213 verify(smartReplyController, times(1)).stopSending(entry) in testSmartReplyLifetimeExtensionListenerTrigger()