Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DButtonSelectionStateListener.java35 private final ButtonSelectionStateController mButtonSelectionStateController;
38 ButtonSelectionStateListener(ButtonSelectionStateController carSystemButtonController) { in ButtonSelectionStateListener()
H A DButtonSelectionStateController.java54 public class ButtonSelectionStateController { class
55 private static final String TAG = ButtonSelectionStateController.class.getSimpleName();
66 public ButtonSelectionStateController(Context context) { in ButtonSelectionStateController() method in ButtonSelectionStateController
H A DCarSystemBarController.java61 private final ButtonSelectionStateController mButtonSelectionStateController;
96 ButtonSelectionStateController buttonSelectionStateController, in CarSystemBarController()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DButtonSelectionStateControllerTest.java57 private ButtonSelectionStateController mButtonSelectionStateController;
66 mButtonSelectionStateController = new ButtonSelectionStateController(mContext); in setUp()
H A DCarSystemBarTest.java102 private ButtonSelectionStateController mButtonSelectionStateController;
H A DCarSystemBarControllerTest.java67 private ButtonSelectionStateController mButtonSelectionStateController;