Searched refs:DREAM_COMPONENT (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayServiceTest.kt | 243 DREAM_COMPONENT, in testOnStartMetricsLogged() 260 DREAM_COMPONENT, in testOverlayContainerViewAddedToWindow() 279 DREAM_COMPONENT, in testInvalidWindowAddStart() 301 DREAM_COMPONENT, in testDreamOverlayContainerViewControllerInitialized() 319 DREAM_COMPONENT, in testDreamOverlayContainerViewRemovedFromOldParentWhenInitialized() 334 DREAM_COMPONENT, in testShouldShowComplicationsSetByStartDream() 415 DREAM_COMPONENT, in testImmediateEndDream() 446 DREAM_COMPONENT, in testEndDreamDuringStartDream() 516 DREAM_COMPONENT, in testDecorViewNotAddedToWindowAfterDestroy() 539 DREAM_COMPONENT, in testResetCurrentOverlayWhenConnectedToNewDream() [all …]
|
/frameworks/base/libs/dream/lowlight/tests/src/com.android.dream.lowlight/ |
D | LowLightDreamManagerTest.kt | 75 lowLightDreamComponent = DREAM_COMPONENT, in setUp() 84 verify(mDreamManager, never()).setSystemDreamComponent(DREAM_COMPONENT) in setAmbientLightMode_lowLight_setSystemDream() 87 verify(mDreamManager).setSystemDreamComponent(DREAM_COMPONENT) in setAmbientLightMode_lowLight_setSystemDream() 107 verify(mDreamManager).setSystemDreamComponent(DREAM_COMPONENT) in <lambda>() 152 verify(mDreamManager).setSystemDreamComponent(DREAM_COMPONENT) in <lambda>() 162 verify(mDreamManager).setSystemDreamComponent(DREAM_COMPONENT) in <lambda>() 181 private val DREAM_COMPONENT = ComponentName("test_package", "test_dream") constant
|