Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java326 for (CarSystemBarView barView : getAllAvailableSystemBarViews()) { in setDisabledSystemBarButton()
334 for (CarSystemBarView barView : getAllAvailableSystemBarViews()) { in setDisabledSystemBarContainer()
669 private List<CarSystemBarView> getAllAvailableSystemBarViews() { in getAllAvailableSystemBarViews() method in CarSystemBarController