Home
last modified time | relevance | path

Searched refs:cleanupMessagesAndNotifications (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java143 cleanupMessagesAndNotifications(key -> key.matches(device.getAddress())); in onDeviceDisconnected()
170 cleanupMessagesAndNotifications(key -> true); in onMapDisconnected()
237 cleanupMessagesAndNotifications(key -> true); in onDestroy()
260 private void cleanupMessagesAndNotifications(Predicate<CompositeKey> predicate) { in cleanupMessagesAndNotifications() method in MessengerDelegate
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgFeature.java58 mNotificationMsgDelegate.cleanupMessagesAndNotifications(key -> true); in start()
66 mNotificationMsgDelegate.cleanupMessagesAndNotifications(key -> true); in stop()
DNotificationMsgDelegate.java164 cleanupMessagesAndNotifications(key -> true); in onDestroy()
172 cleanupMessagesAndNotifications(key -> key.matches(deviceId)); in onDeviceDisconnected()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java140 public void cleanupMessagesAndNotifications(Predicate<CompositeKey> predicate) { in cleanupMessagesAndNotifications() method in BaseNotificationDelegate