Home
last modified time | relevance | path

Searched defs:notifyWakingUp (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DIWallpaperManager.aidl213 oneway void notifyWakingUp(int x, int y, in Bundle extras); in notifyWakingUp() method
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2576 public void notifyWakingUp(int x, int y, @NonNull Bundle extras) { in notifyWakingUp() method in WallpaperManagerService