Searched refs:mWallpaperMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java163 SparseArray<WallpaperData> mWallpaperMap = new SparseArray<WallpaperData>(); field in class:WallpaperManagerService
301 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId);
324 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId);
341 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId);
358 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId);
373 WallpaperData wallpaper = mWallpaperMap.get(mCurrentUserId);
446 for (int i = 0; i < mWallpaperMap.size(); i++) {
447 WallpaperData wallpaper = mWallpaperMap.valueAt(i);
454 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.USER_OWNER);
499 return mWallpaperMap
[all...]

Completed in 30 milliseconds