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

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java60 * Provides access to the system wallpaper. With WallpaperManager, you can
62 * the wallpaper, and more. Get an instance of WallpaperManager with
65 public class WallpaperManager { class
66 private static String TAG = "WallpaperManager";
356 /*package*/ WallpaperManager(Context context, Handler handler) { method in class:WallpaperManager
362 * Retrieve a WallpaperManager associated with the given Context.
364 public static WallpaperManager getInstance(Context context) {
365 return (WallpaperManager)context.getSystemService(

Completed in 125 milliseconds