Searched refs:WALLPAPER_SERVICE (Results 1 – 9 of 9) sorted by relevance
68 Context.WALLPAPER_SERVICE); in onBackup()121 Context.WALLPAPER_SERVICE); in onRestore()168 Context.WALLPAPER_SERVICE); in onRestoreFile()
101 (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE); in WallpaperBackupHelper()
58 mWallpaperManager = (WallpaperManager)getSystemService(Context.WALLPAPER_SERVICE); in onCreate()
2100 WALLPAPER_SERVICE,2411 public static final String WALLPAPER_SERVICE = "wallpaper"; field in Context
233 IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE); in Globals()353 Context.WALLPAPER_SERVICE); in getInstance()
591 registerService(WALLPAPER_SERVICE, WALLPAPER_FETCHER); in registerService() argument
77 mWallpaperManager = (WallpaperManager) getSystemService(WALLPAPER_SERVICE); in onCreate()
778 ServiceManager.addService(Context.WALLPAPER_SERVICE, wallpaper); in startOtherServices()
7250 field public static final java.lang.String WALLPAPER_SERVICE = "wallpaper";