D | ControlsUiControllerImplTest.kt | 175 val panel = SelectedItem.PanelItem("App name", ComponentName("pkg", "cls")) in testGetPreferredPanel() constant 179 name = panel.appName.toString(), in testGetPreferredPanel() 180 componentName = panel.componentName, in testGetPreferredPanel() 187 assertThat(selected).isEqualTo(panel) in testGetPreferredPanel() 192 val panel = SelectedItem.PanelItem("App name", ComponentName("pkg", "cls")) in testPanelDoesNotRefreshControls() constant 193 setUpPanel(panel) in testPanelDoesNotRefreshControls() 201 val panel = SelectedItem.PanelItem("App name", ComponentName("pkg", "cls")) in testPanelBindsForPanel() constant 202 setUpPanel(panel) in testPanelBindsForPanel() 205 verify(controlsController).bindComponentForPanel(panel.componentName) in testPanelBindsForPanel() 213 val panel = SelectedItem.PanelItem("App name", ComponentName(packageName, "cls")) in testPanelCallsTaskViewFactoryCreate() constant [all …]
|