Searched refs:mContextUriResource (Results 1 – 2 of 2) sorted by relevance
80 final int mContextUriResource; field in WallpaperInfo136 mContextUriResource = sa.getResourceId( in WallpaperInfo()168 mContextUriResource = source.readInt(); in WallpaperInfo()283 if (mContextUriResource <= 0) throw new NotFoundException(); in loadContextUri()291 packageName, mContextUriResource, applicationInfo).toString(); in loadContextUri()420 dest.writeInt(mContextUriResource); in writeToParcel()
9634 Landroid/app/WallpaperInfo;->mContextUriResource:I