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/
DSmartReplyController.java73 public void stopSending(final NotificationData.Entry entry) { in stopSending() method in SmartReplyController
DNotificationEntryManager.java529 mSmartReplyController.stopSending(entry); in removeNotification()
538 mSmartReplyController.stopSending(entry); in removeNotification()
851 mSmartReplyController.stopSending(entry); in updateNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java136 controller.stopSending(mEntry); in testSendingSmartReply_afterRemove_shouldReturnFalse()
DNotificationEntryManagerTest.java268 verify(mSmartReplyController).stopSending(mEntry); in testRemoveNotification()