HomeSort by relevance Sort by last modified time
    Searched refs:WallpaperManagerService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 41 // These paths must match what the WallpaperManagerService uses. The leaf *_FILENAME
62 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
108 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
148 WallpaperManagerService wallpaper =
149 (WallpaperManagerService)ServiceManager.getService(
SystemServer.java 276 WallpaperManagerService wallpaper = null;
522 wallpaper = new WallpaperManagerService(context);
739 final WallpaperManagerService wallpaperF = wallpaper;
    [all...]
WallpaperManagerService.java 81 class WallpaperManagerService extends IWallpaperManager.Stub {
386 public WallpaperManagerService(Context context) {
    [all...]

Completed in 87 milliseconds