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

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

Completed in 53 milliseconds