Searched refs:mAuthorResource (Results 1 – 2 of 2) sorted by relevance
73 final int mAuthorResource; field in WallpaperInfo130 mAuthorResource = sa.getResourceId( in WallpaperInfo()171 mAuthorResource = source.readInt(); in WallpaperInfo()252 if (mAuthorResource <= 0) throw new NotFoundException(); in loadAuthor()259 return pm.getText(packageName, mAuthorResource, applicationInfo); in loadAuthor()446 dest.writeInt(mAuthorResource); in writeToParcel()
9551 Landroid/app/WallpaperInfo;->mAuthorResource:I