Searched refs:ReloadPanelAction (Results 1 – 4 of 4) sorted by relevance
24 import com.android.car.customization.tool.domain.panel.ReloadPanelAction54 panel = panelController.handleAction(state.panel, ReloadPanelAction) in reducer()
32 object ReloadPanelAction : PanelAction object
51 ReloadPanelAction -> { in handleAction()
65 underTest.handleAction(Panel(emptyList()), ReloadPanelAction) in when_the_panel_is_reloaded_the_reducer_builds_a_new_panel_from_scratch()