Home
last modified time | relevance | path

Searched defs:author (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/data/
DCreativeWallpaperData.kt28 val author: String, constant in com.android.wallpaper.picker.data.CreativeWallpaperData
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeWallpaperInfo.java83 public CreativeWallpaperInfo(WallpaperInfo info, String title, @Nullable String author, in CreativeWallpaperInfo()
DLiveWallpaperInfo.java371 String author = authorCharSeq.toString(); in getAttributions() local
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java225 final CharSequence author = info.loadAuthor(pm); in initInfoPage() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java1065 static CharSequence formatAttachmentTag(final String author, final String attachmentType) { in formatAttachmentTag()