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.java346 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator() argument
349 mTopView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
352 mBottomView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
355 mLeftView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
358 mRightView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
DCarSystemBarView.java207 public void toggleNotificationUnseenIndicator(Boolean hasUnseen) { in toggleNotificationUnseenIndicator() argument
210 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()
DCarSystemBarButton.java120 public void setUnseen(boolean hasUnseen) { in setUnseen() argument
121 mHasUnseen = hasUnseen; in setUnseen()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java121 boolean hasUnseen = unseenNotificationCount > 0; in setupOverlayContentViewControllers()
123 mCarDeviceProvisionedController.isCurrentUserFullySetup(), hasUnseen); in setupOverlayContentViewControllers()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java533 boolean hasUnseen = true; in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly()
535 hasUnseen); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly()
547 boolean hasUnseen = false; in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly()
549 hasUnseen); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly()