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