Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DIWallpaperManager.aidl220 void notifyGoingToSleep(int x, int y, in Bundle extras); in notifyGoingToSleep() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycle.java169 mWallpaperManagerService.notifyGoingToSleep( in dispatchStartedGoingToSleep()
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2614 public void notifyGoingToSleep(int x, int y, @NonNull Bundle extras) { in notifyGoingToSleep() method in WallpaperManagerService