Searched refs:mWallpaperId (Results 1 – 4 of 4) sorted by relevance
57 private String mWallpaperId; field in TestStaticWallpaperInfo73 mWallpaperId = id; in TestStaticWallpaperInfo()83 mWallpaperId = in.readString(); in TestStaticWallpaperInfo()137 return mWallpaperId; in getWallpaperId()142 mWallpaperId = wallpaperId; in setWallpaperId()212 parcel.writeString(mWallpaperId); in writeToParcel()
55 private String mWallpaperId; field in TestLiveWallpaperInfo72 mWallpaperId = id; in TestLiveWallpaperInfo()82 mWallpaperId = in.readString(); in TestLiveWallpaperInfo()141 return mWallpaperId; in getWallpaperId()146 mWallpaperId = wallpaperId; in setWallpaperId()216 parcel.writeString(mWallpaperId); in writeToParcel()
78 private final String mWallpaperId; field in SystemStaticWallpaperInfo185 mWallpaperId = resName; in SystemStaticWallpaperInfo()199 mWallpaperId = in.readString(); in SystemStaticWallpaperInfo()214 mAsset = new SystemStaticAsset(res, mDrawableResId, mWallpaperId, false); in getAsset()225 mThumbnailAsset = new SystemStaticAsset(res, mThumbnailResId, mWallpaperId, true); in getThumbAsset()273 return mWallpaperId; in getWallpaperId()277 return mWallpaperId; in getResName()307 dest.writeString(mWallpaperId); in writeToParcel()
55 int mWallpaperId; field in CurrentWallpaperAsset66 mWallpaperId = mWallpaperManager.getWallpaperId(mWallpaperManagerFlag); in CurrentWallpaperAsset()87 result = result * 31 + mWallpaperId; in hashCode()96 && otherAsset.mWallpaperId == mWallpaperId; in equals()