Searched refs:fromForeground (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperManagerService.java | 1976 boolean fromForeground = isFromForegroundApp(callingPackage); in clearWallpaper() 1977 clearWallpaperLocked(false, which, userId, fromForeground, null); in clearWallpaper() 1998 int which, int userId, boolean fromForeground, IRemoteCallback reply) { in clearWallpaperLocked() argument 2040 component, finalWhich, userId, force, fromForeground, reply)); in clearWallpaperLocked() 3255 boolean fromForeground = isFromForegroundApp(callingPackage); in setWallpaperComponent() 3256 return setWallpaperComponentInternal(name, which, userId, false, fromForeground, null); in setWallpaperComponent() 3264 int userIdIn, boolean force, boolean fromForeground, IRemoteCallback reply) { in setWallpaperComponentInternal() argument 3301 newWallpaper.fromForegroundApp = fromForeground; in setWallpaperComponentInternal()
|