Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeWallpaperInfo.java68 private String mAuthor; field in CreativeWallpaperInfo
89 mAuthor = author; in CreativeWallpaperInfo()
114 mAuthor = in.readString(); in CreativeWallpaperInfo()
137 parcel.writeString(mAuthor); in writeToParcel()
233 attributions.add(mAuthor == null ? "" : mAuthor);
506 return mAuthor;