Home
last modified time | relevance | path

Searched refs:mContextDescriptionResource (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java81 final int mContextDescriptionResource; field in WallpaperInfo
140 mContextDescriptionResource = sa.getResourceId( in WallpaperInfo()
173 mContextDescriptionResource = source.readInt(); in WallpaperInfo()
310 if (mContextDescriptionResource <= 0) throw new NotFoundException(); in loadContextDescription()
317 return pm.getText(packageName, mContextDescriptionResource, applicationInfo).toString(); in loadContextDescription()
448 dest.writeInt(mContextDescriptionResource); in writeToParcel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9624 Landroid/app/WallpaperInfo;->mContextDescriptionResource:I