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

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

Completed in 176 milliseconds