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

/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java68 mWpm = (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java71 mWallpaperManager = (WallpaperManager) ctx.getSystemService(Context.WALLPAPER_SERVICE);
76 ServiceManager.getService(Context.WALLPAPER_SERVICE));
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java156 Context.WALLPAPER_SERVICE);
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DMainActivity.java58 mWallpaperManager = (WallpaperManager)getSystemService(Context.WALLPAPER_SERVICE);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java92 @SystemService(Context.WALLPAPER_SERVICE)
290 IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
514 Context.WALLPAPER_SERVICE);
H A DSystemServiceRegistry.java537 registerService(Context.WALLPAPER_SERVICE, WallpaperManager.class,
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java96 mWm = (WallpaperManager) getSystemService(Context.WALLPAPER_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2924 WALLPAPER_SERVICE,
3345 public static final String WALLPAPER_SERVICE = "wallpaper"; field in class:Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java79 mWallpaperManager = (WallpaperManager) getSystemService(WALLPAPER_SERVICE);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java138 publishBinderService(Context.WALLPAPER_SERVICE, mService);

Completed in 292 milliseconds