Searched refs:clearAllNotifications (Results 1 – 6 of 6) sorted by relevance
54 view -> mClickHandlerFactory.clearAllNotifications()); in bind()
64 view -> mClickHandlerFactory.clearAllNotifications()); in bind()
467 public void clearAllNotifications() { in clearAllNotifications() method in CarNotificationViewAdapter468 mClickHandlerFactory.clearAllNotifications(); in clearAllNotifications()
66 clearAllButton.setOnClickListener(view -> mAdapter.clearAllNotifications()); in onFinishInflate()
287 public void clearAllNotifications() {
714 mCarNotificationViewAdapter.clearAllNotifications(); in clearAllNotifications_verifyHandlerFactoryIsCalled()716 verify(mClickHandlerFactoryMock, times(1)).clearAllNotifications(); in clearAllNotifications_verifyHandlerFactoryIsCalled()