Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java300 NotificationDataManager notificationDataManager = new NotificationDataManager(); in onClickMuteClickHandler_togglesMute() local
301 notificationDataManager.addNewMessageNotification(mAlertEntry1); in onClickMuteClickHandler_togglesMute()
302 mNotificationClickHandlerFactory.setNotificationDataManager(notificationDataManager); in onClickMuteClickHandler_togglesMute()
306 assertThat(notificationDataManager.isMessageNotificationMuted(mAlertEntry1)).isFalse(); in onClickMuteClickHandler_togglesMute()
310 assertThat(notificationDataManager.isMessageNotificationMuted(mAlertEntry1)).isTrue(); in onClickMuteClickHandler_togglesMute()
314 assertThat(notificationDataManager.isMessageNotificationMuted(mAlertEntry1)).isFalse(); in onClickMuteClickHandler_togglesMute()
320 NotificationDataManager notificationDataManager = new NotificationDataManager(); in onClickMuteClickHandler_isMuted_showsUnmuteLabel() local
321 notificationDataManager.addNewMessageNotification(mAlertEntry1); in onClickMuteClickHandler_isMuted_showsUnmuteLabel()
322 mNotificationClickHandlerFactory.setNotificationDataManager(notificationDataManager); in onClickMuteClickHandler_isMuted_showsUnmuteLabel()
326 assertThat(notificationDataManager.isMessageNotificationMuted(mAlertEntry1)).isFalse(); in onClickMuteClickHandler_isMuted_showsUnmuteLabel()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java143 public void setNotificationDataManager(NotificationDataManager notificationDataManager) { in setNotificationDataManager() argument
144 mNotificationDataManager = notificationDataManager; in setNotificationDataManager()
145 mAdapter.setNotificationDataManager(notificationDataManager); in setNotificationDataManager()
DNotificationViewController.java34 NotificationDataManager notificationDataManager) { in NotificationViewController() argument
39 mNotificationDataManager = notificationDataManager; in NotificationViewController()
DCarNotificationListener.java81 NotificationDataManager notificationDataManager) { in registerAsSystemService() argument
83 mNotificationDataManager = notificationDataManager; in registerAsSystemService()
DCarNotificationViewAdapter.java445 public void setNotificationDataManager(NotificationDataManager notificationDataManager) { in setNotificationDataManager() argument
446 mNotificationDataManager = notificationDataManager; in setNotificationDataManager()
DCarHeadsUpNotificationManager.java90 NotificationDataManager notificationDataManager, in CarHeadsUpNotificationManager() argument
96 mNotificationDataManager = notificationDataManager; in CarHeadsUpNotificationManager()