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