Searched refs:buildMenu (Results 1 – 4 of 4) sorted by relevance
57 … `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()
59 val menu = underTest.buildMenu() in build_menu_test()74 underTest.buildMenu() in expect_exception_when_menu_has_duplicate_ids()
44 menu = menuController.buildMenu(),
45 fun buildMenu(): Menu { in buildMenu() method in com.android.car.customization.tool.domain.menu.MenuController