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

/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java49 Context.WALLPAPER_SERVICE);
75 Context.WALLPAPER_SERVICE);
H A DSystemServer.java348 ServiceManager.addService(Context.WALLPAPER_SERVICE, wallpaper);
/frameworks/base/core/java/com/android/internal/service/wallpaper/
H A DImageWallpaper.java48 mWallpaperManager = (WallpaperManager) getSystemService(WALLPAPER_SERVICE);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java179 IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
336 Context.WALLPAPER_SERVICE);
H A DContextImpl.java968 } else if (WALLPAPER_SERVICE.equals(name)) {
/frameworks/base/core/java/android/content/
H A DContext.java1391 public static final String WALLPAPER_SERVICE = "wallpaper"; field in class:Context

Completed in 139 milliseconds