Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DDreamTileTest.java96 private static final ComponentName COLORS_DREAM_COMPONENT_NAME = new ComponentName( field in DreamTileTest
148 .thenReturn(new ComponentName[]{COLORS_DREAM_COMPONENT_NAME}); in testInactiveWhenDreaming()
161 .thenReturn(new ComponentName[]{COLORS_DREAM_COMPONENT_NAME}); in testActive()
174 .thenReturn(new ComponentName[]{COLORS_DREAM_COMPONENT_NAME}); in testClick()