Searched refs:startDozing (Results 1 – 11 of 11) sorted by relevance
27 void startDozing(@NonNull Runnable ready); in startDozing() method
192 mHost.startDozing(mWakeLock.wrap(() -> { in onDreamingStarted()194 startDozing(); in onDreamingStarted()
34 void startDozing(in IBinder token, int screenState, int screenBrightness); in startDozing() method
625 public void startDozing() { in startDozing() method in DreamService635 mSandman.startDozing(mWindowToken, mDozeScreenState, mDozeScreenBrightness); in updateDoze()
57 public void startDozing() { in startDozing() method in DozeTrigger
123 startDozing(); in onDreamingStarted()
613 public void startDozing(IBinder token, int screenState, int screenBrightness) { in startDozing() method in DreamManagerService.BinderService
655 mIterateTrigger.startDozing(); in onBusEvent()
252 mFastAltTabTrigger.startDozing(); in showRecents()
2057 mUIDozeTrigger.startDozing(); in onBusEvent()
5154 public void startDozing(@NonNull Runnable ready) { in startDozing() method in PhoneStatusBar.DozeServiceHost