Home
last modified time | relevance | path

Searched refs:hasUnseen (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java628 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator() argument
631 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() argument
364 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()
DCarSystemBarButton.java154 public void setUnseen(boolean hasUnseen) { in setUnseen() argument
155 mHasUnseen = hasUnseen; in setUnseen()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java148 boolean hasUnseen = unseenNotificationCount > 0; in setUpOverlayContentViewControllers()
150 mCarDeviceProvisionedController.isCurrentUserFullySetup(), hasUnseen); in setUpOverlayContentViewControllers()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java598 boolean hasUnseen = true; in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly()
600 hasUnseen); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly()
611 boolean hasUnseen = false; in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly()
613 hasUnseen); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly()