Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconPanelController.java210 public void setOnQcViewsFoundListener(OnQcViewsFoundListener onQcViewsFoundListener) { in setOnQcViewsFoundListener() method in StatusIconPanelController
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java363 mMicPanelController.setOnQcViewsFoundListener(qcViews -> qcViews.forEach(qcView -> { in setupMicQcPanel()