Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java40 private final ButtonRoleHolderController mButtonRoleHolderController; field in CarSystemBarController
76 mButtonRoleHolderController = buttonRoleHolderController; in CarSystemBarController()
114 mButtonRoleHolderController.removeAll(); in removeAll()
229 mButtonRoleHolderController.addAllButtonsWithRoleName(view); in setupBar()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java64 private ButtonRoleHolderController mButtonRoleHolderController; field in CarSystemBarControllerTest
92 mButtonRoleHolderController, in createSystemBarController()
121 verify(mButtonRoleHolderController).removeAll(); in testRemoveAll_callsButtonRoleHolderControllerRemoveAll()
DCarSystemBarTest.java96 private ButtonRoleHolderController mButtonRoleHolderController; field in CarSystemBarTest