Home
last modified time | relevance | path

Searched defs:startDozing (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/dreams/
H A DIDreamManager.aidl42 void startDozing(in IBinder token, int screenState, int screenBrightness); in startDozing() method
H A DDreamService.java691 public void startDozing() { in startDozing() method in DreamService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java27 void startDozing(); in startDozing() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java206 public void startDozing() { in startDozing() method in DozeServiceHost
/aosp14/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java1031 public void startDozing(IBinder token, int screenState, int screenBrightness) { in startDozing() method in DreamManagerService.BinderService