Searched defs:WallpaperManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java53 * Provides access to the system wallpaper. With WallpaperManager, you can
55 * the wallpaper, and more. Get an instance of WallpaperManager with
58 public class WallpaperManager { class
59 private static String TAG = "WallpaperManager";
338 /*package*/ WallpaperManager(Context context, Handler handler) { method in class:WallpaperManager
344 * Retrieve a WallpaperManager associated with the given Context.
346 public static WallpaperManager getInstance(Context context) {
347 return (WallpaperManager)context.getSystemService(

Completed in 7 milliseconds