Searched refs:DreamingState (Results 1 – 1 of 1) sorted by relevance
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()252 try (DreamingState state = new DreamingState(TEST_DREAM_SERVICE)) { in testStartActivityOnKeyguardLocked()266 private class DreamingState implements AutoCloseable { class267 public DreamingState(ComponentName dream) { in DreamingState() method in DreamingState