Searched refs:WALLPAPER_SERVICE (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java63 Context.WALLPAPER_SERVICE);
109 Context.WALLPAPER_SERVICE);
150 Context.WALLPAPER_SERVICE);
H A DSystemServer.java539 ServiceManager.addService(Context.WALLPAPER_SERVICE, wallpaper);
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java76 wpm = (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java208 IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
346 Context.WALLPAPER_SERVICE);
H A DContextImpl.java468 registerService(WALLPAPER_SERVICE, WALLPAPER_FETCHER);
/frameworks/base/core/java/android/content/
H A DContext.java1690 public static final String WALLPAPER_SERVICE = "wallpaper"; field in class:Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java72 mWallpaperManager = (WallpaperManager) getSystemService(WALLPAPER_SERVICE);

Completed in 197 milliseconds