Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarView.java92 mNotificationsButton.setOnClickListener(this::onNotificationsClick); in onFinishInflate()
196 protected void onNotificationsClick(View v) { in onNotificationsClick() method in CarSystemBarView