Home
last modified time | relevance | path

Searched refs:OpenSubMenuAction (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/CustomizationTool/tests/src/com/android/car/customization/tool/domain/
DCustomizationToolStateMachineTest.kt21 import com.android.car.customization.tool.domain.menu.OpenSubMenuAction
88 OpenSubMenuAction(firstLevelSubNavigation.displayTextRes) in when_a_menu_action_is_received_then_it_is_forwarded_to_the_MenuController()
94 underTest.handleAction(OpenSubMenuAction(firstLevelSubNavigation.displayTextRes)) in when_a_menu_action_is_received_then_it_is_forwarded_to_the_MenuController()
99 OpenSubMenuAction(firstLevelSubNavigation.displayTextRes) in when_a_menu_action_is_received_then_it_is_forwarded_to_the_MenuController()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/menu/
DMenuController.kt54 is OpenSubMenuAction -> navigateToSubMenu(menu, action) in handleAction()
112 action: OpenSubMenuAction, in navigateToSubMenu()
DMenuAction.kt46 data class OpenSubMenuAction( class
DMenu.kt72 val action: MenuAction = OpenSubMenuAction(displayTextRes)
/packages/services/Car/tests/CustomizationTool/tests/src/com/android/car/customization/tool/domain/menu/
DMenuControllerTest.kt85 OpenSubMenuAction(firstLevelSubNavigation.displayTextRes) in when_opening_submenu_the_currentParent_is_updated_correctly()
98 OpenSubMenuAction(secondLevelSubNavigation.displayTextRes) in expect_exception_if_the_submenu_is_not_a_direct_child_of_the_current_parent()