Searched refs:hasUnseen (Results 1 – 5 of 5) sorted by relevance
628 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator() argument631 mTopView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()634 mBottomView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()637 mLeftView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()640 mRightView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
361 public void toggleNotificationUnseenIndicator(Boolean hasUnseen) { in toggleNotificationUnseenIndicator() argument364 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()
154 public void setUnseen(boolean hasUnseen) { in setUnseen() argument155 mHasUnseen = hasUnseen; in setUnseen()
148 boolean hasUnseen = unseenNotificationCount > 0; in setUpOverlayContentViewControllers()150 mCarDeviceProvisionedController.isCurrentUserFullySetup(), hasUnseen); in setUpOverlayContentViewControllers()
598 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()