Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/homecontrols/
DHomeControlsComponentInteractorTest.kt85 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsComponentNameForSelectedItemByUser()
103 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsComponentNameAsInitialValueWithoutServiceUpdate()
115 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsNullForHomeControlsThatDoesNotSupportPanel()
129 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsNullWhenPanelIsUnauthorized()
140 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsComponentNameForDifferentUsers()
170 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsNullWhenControlsComponentReturnsNullForListingController()
188 val panelComponent by collectLastValue(underTest.panelComponent) in testMonitoringUpdatesAndRestart() constant
190 assertThat(panelComponent).isEqualTo(TEST_COMPONENT) in testMonitoringUpdatesAndRestart()
232 val panelComponent by collectLastValue(underTest.panelComponent) in testMonitoringUpdatesAndRestart_dreamEndsAfterDelay() constant
234 assertThat(panelComponent).isEqualTo(TEST_COMPONENT) in testMonitoringUpdatesAndRestart_dreamEndsAfterDelay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/homecontrols/
DHomeControlsDreamStartable.kt44 homeControlsComponentInteractor.panelComponent.collect { selectedPanelComponent -> in <lambda>()
DHomeControlsDreamService.kt114 val componentName = homeControlsComponentInteractor.panelComponent.value in launchActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/homecontrols/domain/interactor/
DHomeControlsComponentInteractor.kt125 val panelComponent: StateFlow<ComponentName?> = in <lambda>() constant
156 panelComponent in <lambda>()