Home
last modified time | relevance | path

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

/cts/tests/tests/dreams/src/android/service/dreams/cts/
DControlledDreamSession.java153 pushLifecycle(DREAM_LIFECYCLE_ON_ATTACHED_TO_WINDOW);
157 pushLifecycle(DREAM_LIFECYCLE_ON_DREAMING_STARTED);
162 pushLifecycle(DREAM_LIFECYCLE_ON_FOCUS_GAINED);
167 pushLifecycle(DREAM_LIFECYCLE_ON_DREAMING_STOPPED);
171 pushLifecycle(DREAM_LIFECYCLE_ON_WAKEUP);
175 pushLifecycle(DREAM_LIFECYCLE_ON_DETACHED_FROM_WINDOW);
179 pushLifecycle(DREAM_LIFECYCLE_ON_DESTROYED);
183 private void pushLifecycle(@Dreamlifecycle int lifecycle) { in pushLifecycle() method