Searched refs:getNotifications (Results 1 – 5 of 5) sorted by relevance
132 assertThat(mCarNotificationListener.getNotifications().containsKey( in onNotificationPosted_isHun_isForCurrentUser_doesNotAddItToActiveNotifications()155 assertThat(mCarNotificationListener.getNotifications().containsKey( in onNotificationPosted_isHun_isForAllUsers_doesNotAddItToActiveNotifications()179 assertThat(mCarNotificationListener.getNotifications().containsKey( in onNotificationPosted_isNotHun_isForCurrentUser_addsItToActiveNotifications()216 assertThat(mCarNotificationListener.getNotifications().containsKey( in onNotificationPosted_isNotHun_isForAllUsers_addsItToActiveNotifications()267 mCarNotificationListener.getNotifications().put(alertEntry.getKey(), alertEntry); in onNotificationRemoved_notificationPreviouslyAdded_removesNotification()271 assertThat(mCarNotificationListener.getNotifications().containsKey(alertEntry.getKey())) in onNotificationRemoved_notificationPreviouslyAdded_removesNotification()
87 mCarNotificationListener.getNotifications(), in resetNotifications()92 mCarNotificationListener.getNotifications(), in resetNotifications()
110 Map<String, AlertEntry> getNotifications() { in getNotifications() method in NotificationListener
101 mCarNotificationListener.getNotifications(), in resetNotifications()106 mCarNotificationListener.getNotifications(), in resetNotifications()
176 Map<String, AlertEntry> getNotifications() { in getNotifications() method in CarNotificationListener