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

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java73 * Provides access to the system wallpaper. With WallpaperManager, you can
75 * the wallpaper, and more. Get an instance of WallpaperManager with
82 public class WallpaperManager { class
83 private static String TAG = "WallpaperManager";
391 /*package*/ WallpaperManager(Context context, Handler handler) { method in class:WallpaperManager
397 * Retrieve a WallpaperManager associated with the given Context.
399 public static WallpaperManager getInstance(Context context) {
400 return (WallpaperManager)context.getSystemService(

Completed in 650 milliseconds