Searched refs:clearNotifications (Results 1 – 6 of 6) sorted by relevance
70 clearNotifications(); in onCreate()78 private void clearNotifications() { in clearNotifications() method in CameraApp
141 clearNotifications(predicate); in cleanupMessagesAndNotifications()154 public void clearNotifications(Predicate<CompositeKey> predicate) { in clearNotifications() method in BaseNotificationDelegate
250 protected void clearNotifications(Predicate<CompositeKey> predicate) { in clearNotifications() method in MessengerDelegate266 clearNotifications(predicate); in cleanupMessagesAndNotifications()
246 mMessengerDelegate.clearNotifications(key -> key.equals(senderKey)); in clearNotificationState()
180 mMessengerDelegate.clearNotifications(key -> key.equals(mSenderKey)); in testClearNotification_keepsNotificationData()
106 clearNotifications(key -> key.equals(convoKey)); in dismiss()