Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java369 CharSequence authorCharSeq = mInfo.loadAuthor(packageManager); in getAttributions() local
370 if (authorCharSeq != null) { in getAttributions()
371 String author = authorCharSeq.toString(); in getAttributions()