Home
last modified time | relevance | path

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

/packages/services/Car/tests/CustomizationTool/tests/src/com/android/car/customization/tool/domain/
DCustomizationToolStateMachineTest.kt57 … `when`(mockMenuController.buildMenu()).thenReturn(Menu(rootNode, currentParentNode = rootNode)) in when_the_action_toggle_is_received_the_page_state_is_updated()
84 `when`(mockMenuController.buildMenu()).thenReturn(initialMenu) in when_a_menu_action_is_received_then_it_is_forwarded_to_the_MenuController()
/packages/services/Car/tests/CustomizationTool/tests/src/com/android/car/customization/tool/domain/menu/
DMenuControllerTest.kt59 val menu = underTest.buildMenu() in build_menu_test()
74 underTest.buildMenu() in expect_exception_when_menu_has_duplicate_ids()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/
DCustomizationToolStateMachine.kt44 menu = menuController.buildMenu(),
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/menu/
DMenuController.kt45 fun buildMenu(): Menu { in buildMenu() method in com.android.car.customization.tool.domain.menu.MenuController