Home
last modified time | relevance | path

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

/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/panel/
DPanelAction.kt37 internal object ClosePanelAction : PanelAction object
DPanelController.kt46 ClosePanelAction -> { in handleAction()
DPanel.kt37 val action: PanelAction = ClosePanelAction in <lambda>()
/packages/services/Car/tests/CustomizationTool/tests/src/com/android/car/customization/tool/domain/panel/
DPanelControllerTest.kt54 assertNull(underTest.handleAction(Panel(emptyList()), ClosePanelAction)) in when_the_panel_is_closed_the_value_for_the_state_is_null()