Home
last modified time | relevance | path

Searched refs:WallpaperManagerService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/
DSystemBackupAgent.java66 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService( in onBackup()
112 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService( in onRestore()
152 WallpaperManagerService wallpaper = in onRestoreFile()
153 (WallpaperManagerService)ServiceManager.getService( in onRestoreFile()
DSystemServer.java352 WallpaperManagerService wallpaper = null; in initAndLoop()
628 wallpaper = new WallpaperManagerService(context); in initAndLoop()
917 final WallpaperManagerService wallpaperF = wallpaper; in initAndLoop()
DWallpaperManagerService.java88 class WallpaperManagerService extends IWallpaperManager.Stub { class
438 public WallpaperManagerService(Context context) { in WallpaperManagerService() method in WallpaperManagerService