Searched refs:mNotificationsButton (Results 1 – 1 of 1) sorted by relevance
55 private CarSystemBarButton mNotificationsButton; field in CarSystemBarView74 mNotificationsButton = findViewById(R.id.notifications); in onFinishInflate()75 if (mNotificationsButton != null) { in onFinishInflate()76 mNotificationsButton.setOnClickListener(this::onNotificationsClick); in onFinishInflate()208 if (mNotificationsButton == null) return; in toggleNotificationUnseenIndicator()210 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()