Searched defs:author (Results 1 – 5 of 5) sorted by relevance
28 val author: String, constant in com.android.wallpaper.picker.data.CreativeWallpaperData
83 public CreativeWallpaperInfo(WallpaperInfo info, String title, @Nullable String author, in CreativeWallpaperInfo()
371 String author = authorCharSeq.toString(); in getAttributions() local
225 final CharSequence author = info.loadAuthor(pm); in initInfoPage() local
1065 static CharSequence formatAttachmentTag(final String author, final String attachmentType) { in formatAttachmentTag()