Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DButtonRoleHolderControllerTest.java106 mControllerUnderTest.addAllButtonsWithRoleName(mTestView); in addAllButtonsWithRoleName_roleAssigned_appIconEnabled_useAssignedAppIcon()
116 mControllerUnderTest.addAllButtonsWithRoleName(mTestView); in addAllButtonsWithRoleName_roleUnassigned_appIconEnabled_useDefaultIcon()
125 mControllerUnderTest.addAllButtonsWithRoleName(mTestView); in onRoleChanged_currentUser_appIconEnabled_useAssignedAppIcon()
140 mControllerUnderTest.addAllButtonsWithRoleName(mTestView); in onRoleChanged_nonCurrentUser_appIconEnabled_iconIsNotUpdated()
158 mControllerUnderTest.addAllButtonsWithRoleName(mTestView); in onRoleChanged_invalidPackage_useDefaultIcon()
169 mControllerUnderTest.addAllButtonsWithRoleName(mTestView); in addAllButtonsWithRoleName_appIconDisabled_useDefaultIcon()
179 mControllerUnderTest.addAllButtonsWithRoleName(mTestView); in onRoleChanged_roleAssigned_appIconDisabled_useDefaultIcon()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonRoleHolderController.java76 void addAllButtonsWithRoleName(View v) { in addAllButtonsWithRoleName() method in ButtonRoleHolderController
86 addAllButtonsWithRoleName(viewGroup.getChildAt(i)); in addAllButtonsWithRoleName()
DCarSystemBarController.java429 mButtonRoleHolderController.addAllButtonsWithRoleName(view); in setupBar()