Searched refs:startDozing (Results 1 – 9 of 9) sorted by relevance
27 void startDozing(@NonNull Runnable ready); in startDozing() method
183 mHost.startDozing(new Runnable() { in onDreamingStarted()187 startDozing(); in onDreamingStarted()
34 void startDozing(in IBinder token, int screenState, int screenBrightness); in startDozing() method
605 public void startDozing() { in startDozing() method in DreamService615 mSandman.startDozing(mWindowToken, mDozeScreenState, mDozeScreenBrightness); in updateDoze()
51 public void startDozing() { in startDozing() method in DozeTrigger
123 startDozing(); in onDreamingStarted()
596 public void startDozing(IBinder token, int screenState, int screenBrightness) { in startDozing() method in DreamManagerService.BinderService
731 mUIDozeTrigger.startDozing(); in onFirstLayout()
4294 public void startDozing(@NonNull Runnable ready) {