Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java111 public void stopSending(final NotificationEntry entry) { in stopSending() method in SmartReplyController
DNotificationRemoteInputManager.java284 mSmartReplyController.stopSending(entry); in NotificationRemoteInputManager()
293 mSmartReplyController.stopSending(entry); in NotificationRemoteInputManager()
684 mSmartReplyController.stopSending(entry); in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java159 mSmartReplyController.stopSending(mEntry); in testSendingSmartReply_afterRemove_shouldReturnFalse()