Home
last modified time | relevance | path

Searched refs:HOME_CONTROL_PANEL_DREAM_COMPONENT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
DDreamModule.java78 String HOME_CONTROL_PANEL_DREAM_COMPONENT = "home_control_panel_dream_component"; field
95 @Named(HOME_CONTROL_PANEL_DREAM_COMPONENT)
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayServiceTest.kt214 HOME_CONTROL_PANEL_DREAM_COMPONENT, in setup()
365 HOME_CONTROL_PANEL_DREAM_COMPONENT.flattenToString(), in testHomeControlPanelSetsByStartDream()
369 assertThat(mService.dreamComponent).isEqualTo(HOME_CONTROL_PANEL_DREAM_COMPONENT) in testHomeControlPanelSetsByStartDream()
951 private val HOME_CONTROL_PANEL_DREAM_COMPONENT = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayService.java24 import static com.android.systemui.dreams.dagger.DreamModule.HOME_CONTROL_PANEL_DREAM_COMPONENT;
262 @Nullable @Named(HOME_CONTROL_PANEL_DREAM_COMPONENT) in DreamOverlayService()