Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationFooterViewHolder.java54 view -> mClickHandlerFactory.clearAllNotifications()); in bind()
DCarNotificationHeaderViewHolder.java64 view -> mClickHandlerFactory.clearAllNotifications()); in bind()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java467 public void clearAllNotifications() { in clearAllNotifications() method in CarNotificationViewAdapter
468 mClickHandlerFactory.clearAllNotifications(); in clearAllNotifications()
DCarNotificationView.java66 clearAllButton.setOnClickListener(view -> mAdapter.clearAllNotifications()); in onFinishInflate()
DNotificationClickHandlerFactory.java287 public void clearAllNotifications() {
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java714 mCarNotificationViewAdapter.clearAllNotifications(); in clearAllNotifications_verifyHandlerFactoryIsCalled()
716 verify(mClickHandlerFactoryMock, times(1)).clearAllNotifications(); in clearAllNotifications_verifyHandlerFactoryIsCalled()