Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java494 int mWallpaperId; field in WallpaperManagerService
601 ++mWallpaperId; in makeWallpaperIdLocked()
602 } while (mWallpaperId == 0); in makeWallpaperIdLocked()
603 return mWallpaperId; in makeWallpaperIdLocked()
2162 if (id > mWallpaperId) { in parseWallpaperAttributes()
2163 mWallpaperId = id; in parseWallpaperAttributes()