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

  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 50 private static final String WALLPAPER_INFO_FILENAME = "wallpaper_info.xml";
60 private static final String WALLPAPER_INFO = WallpaperBackupHelper.WALLPAPER_INFO;
71 String[] files = new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO };
80 files = new String[] { WALLPAPER_INFO };
105 WALLPAPER_INFO_DIR, WALLPAPER_INFO, output.getData());
115 new String[] { WALLPAPER_IMAGE, WALLPAPER_INFO },
139 (new File(WALLPAPER_INFO)).delete();
156 outFile = new File(WALLPAPER_INFO);
186 (new File(WALLPAPER_INFO)).delete()
    [all...]
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 62 public static final String WALLPAPER_INFO =
64 "wallpaper_info.xml").getAbsolutePath();
68 public static final String WALLPAPER_INFO_KEY = "/data/system/wallpaper_info.xml";
184 File f = new File(WALLPAPER_INFO);
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 106 static final String WALLPAPER_INFO = "wallpaper_info.xml";
127 mWallpaperInfoFile = new File(mWallpaperDir, WALLPAPER_INFO);
576 File wallpaperInfoFile = new File(getWallpaperDir(userId), WALLPAPER_INFO);
    [all...]

Completed in 3794 milliseconds