Home
last modified time | relevance | path

Searched refs:getNotifications (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationListenerTest.java132 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()
/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DNotificationViewController.java87 mCarNotificationListener.getNotifications(), in resetNotifications()
92 mCarNotificationListener.getNotifications(), in resetNotifications()
DNotificationListener.java110 Map<String, AlertEntry> getNotifications() { in getNotifications() method in NotificationListener
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java101 mCarNotificationListener.getNotifications(), in resetNotifications()
106 mCarNotificationListener.getNotifications(), in resetNotifications()
DCarNotificationListener.java176 Map<String, AlertEntry> getNotifications() { in getNotifications() method in CarNotificationListener