Home
last modified time | relevance | path

Searched refs:clearNotifications (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DCameraApp.java70 clearNotifications(); in onCreate()
78 private void clearNotifications() { in clearNotifications() method in CameraApp
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java141 clearNotifications(predicate); in cleanupMessagesAndNotifications()
154 public void clearNotifications(Predicate<CompositeKey> predicate) { in clearNotifications() method in BaseNotificationDelegate
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java250 protected void clearNotifications(Predicate<CompositeKey> predicate) { in clearNotifications() method in MessengerDelegate
266 clearNotifications(predicate); in cleanupMessagesAndNotifications()
DMessengerService.java246 mMessengerDelegate.clearNotifications(key -> key.equals(senderKey)); in clearNotificationState()
/packages/apps/Car/Messenger/tests/robotests/src/com/android/car/messenger/
DMessengerDelegateTest.java180 mMessengerDelegate.clearNotifications(key -> key.equals(mSenderKey)); in testClearNotification_keepsNotificationData()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java106 clearNotifications(key -> key.equals(convoKey)); in dismiss()