Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java379 CharSequence descCharSeq = mInfo.loadDescription(packageManager); in getAttributions() local
380 if (descCharSeq != null) { in getAttributions()
381 String desc = descCharSeq.toString(); in getAttributions()