Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1909 writeWallpaperAttributes(out, "wp", wallpaper); in saveSettingsLocked()
1913 writeWallpaperAttributes(out, "kwp", wallpaper); in saveSettingsLocked()
1928 private void writeWallpaperAttributes(XmlSerializer out, String tag, WallpaperData wallpaper) in writeWallpaperAttributes() method in WallpaperManagerService