Home
last modified time | relevance | path

Searched refs:toggleNotificationUnseenIndicator (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java631 mTopView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
634 mBottomView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
637 mLeftView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
640 mRightView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
DCarSystemBarView.java361 public void toggleNotificationUnseenIndicator(Boolean hasUnseen) { in toggleNotificationUnseenIndicator() method in CarSystemBarView