Searched refs:mAuthorResource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java68 final int mAuthorResource; field in class:WallpaperInfo
141 mAuthorResource = authorRes;
148 mAuthorResource = source.readInt();
222 if (mAuthorResource <= 0) throw new NotFoundException();
229 return pm.getText(packageName, mAuthorResource, applicationInfo);
288 dest.writeInt(mAuthorResource);

Completed in 106 milliseconds