Searched refs:cleanupMessagesAndNotifications (Results 1 – 4 of 4) sorted by relevance
143 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
58 mNotificationMsgDelegate.cleanupMessagesAndNotifications(key -> true); in start()66 mNotificationMsgDelegate.cleanupMessagesAndNotifications(key -> true); in stop()
164 cleanupMessagesAndNotifications(key -> true); in onDestroy()172 cleanupMessagesAndNotifications(key -> key.matches(deviceId)); in onDeviceDisconnected()
140 public void cleanupMessagesAndNotifications(Predicate<CompositeKey> predicate) { in cleanupMessagesAndNotifications() method in BaseNotificationDelegate