Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationItemController.java26 void clearAllNotifications(); in clearAllNotifications() method
DNotificationClickHandlerFactory.java333 public void clearAllNotifications(Context context) {
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationRecentsViewHolder.java68 mNotificationItemController.clearAllNotifications(); in bind()
DCarNotificationOlderViewHolder.java58 v -> mNotificationItemController.clearAllNotifications()); in CarNotificationOlderViewHolder()
DCarNotificationHeaderViewHolder.java91 mNotificationItemController.clearAllNotifications(); in bind()
DCarNotificationFooterViewHolder.java85 view -> mNotificationItemController.clearAllNotifications()); in bind()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java473 mNotificationClickHandlerFactory.clearAllNotifications(mContext); in onCarPowerStateOn()