Searched refs:hasUnseen (Results 1 – 5 of 5) sorted by relevance
346 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator() argument349 mTopView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()352 mBottomView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()355 mLeftView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()358 mRightView.toggleNotificationUnseenIndicator(hasUnseen); in toggleAllNotificationsUnseenIndicator()
207 public void toggleNotificationUnseenIndicator(Boolean hasUnseen) { in toggleNotificationUnseenIndicator() argument210 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()
120 public void setUnseen(boolean hasUnseen) { in setUnseen() argument121 mHasUnseen = hasUnseen; in setUnseen()
121 boolean hasUnseen = unseenNotificationCount > 0; in setupOverlayContentViewControllers()123 mCarDeviceProvisionedController.isCurrentUserFullySetup(), hasUnseen); in setupOverlayContentViewControllers()
533 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()