Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1919 boolean fromForeground = isFromForegroundApp(callingPackage); in clearWallpaper()
1920 clearWallpaperLocked(which, userId, fromForeground, null); in clearWallpaper()
1931 private void clearWallpaperLocked(int which, int userId, boolean fromForeground, in clearWallpaperLocked() argument
1980 component, finalWhich, userId, force, fromForeground, reply)); in clearWallpaperLocked()
3105 boolean fromForeground = isFromForegroundApp(callingPackage); in setWallpaperComponent()
3106 return setWallpaperComponentInternal(name, which, userId, false, fromForeground, null); in setWallpaperComponent()
3110 int userIdIn, boolean force, boolean fromForeground, IRemoteCallback reply) { in setWallpaperComponentInternal() argument
3151 newWallpaper.fromForegroundApp = fromForeground; in setWallpaperComponentInternal()