Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java62 private final ButtonRoleHolderController mButtonRoleHolderController; field in CarSystemBarController
110 mButtonRoleHolderController = buttonRoleHolderController; in CarSystemBarController()
146 mButtonRoleHolderController.removeAll(); in removeAll()
352 mButtonRoleHolderController.addAllButtonsWithRoleName(view); in setupBar()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarControllerTest.java69 private ButtonRoleHolderController mButtonRoleHolderController; field in CarSystemBarControllerTest
105 mButtonRoleHolderController, in createSystemBarController()
116 verify(mButtonRoleHolderController).removeAll(); in testRemoveAll_callsButtonRoleHolderControllerRemoveAll()
H A DCarSystemBarTest.java96 private ButtonRoleHolderController mButtonRoleHolderController; field in CarSystemBarTest