Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DButtonSelectionStateController.java138 HashSet<CarSystemBarButton> selectedButtons = findSelectedButtons(validTaskInfo); in taskChanged()
183 private HashSet<CarSystemBarButton> findSelectedButtons(RootTaskInfo validTaskInfo) { in findSelectedButtons() method in ButtonSelectionStateController