Searched refs:TEST_DREAM_SERVICE (Results 1 – 2 of 2) sorted by relevance
22 import static android.server.wm.app.Components.TEST_DREAM_SERVICE;140 setActiveDream(TEST_DREAM_SERVICE); in testStartAndStopDream()142 startDream(TEST_DREAM_SERVICE); in testStartAndStopDream()161 setActiveDream(TEST_DREAM_SERVICE); in testDreamServiceStopsTimely()163 startDream(TEST_DREAM_SERVICE); in testDreamServiceStopsTimely()207 setActiveDream(TEST_DREAM_SERVICE); in testDreamNotFinishAfterRotation()208 startDream(TEST_DREAM_SERVICE); in testDreamNotFinishAfterRotation()217 try (DreamingState state = new DreamingState(TEST_DREAM_SERVICE)) { in testStartActivityDoesNotWakeAndIsNotResumed()226 try (DreamingState state = new DreamingState(TEST_DREAM_SERVICE)) { in testStartTurnScreenOnActivityDoesWake()237 try (DreamingState state = new DreamingState(TEST_DREAM_SERVICE)) { in testStartTurnScreenOnAttrActivityDoesWake()[all …]
260 public static final ComponentName TEST_DREAM_SERVICE = field in Components