Home
last modified time | relevance | path

Searched defs:actionUrlResId (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DSystemStaticWallpaperInfo.java96 int actionUrlResId = attrs.getAttributeResourceValue(null, ATTR_ACTION_URL_RES, 0); in fromAttributeSet() local
132 int actionUrlResId = stubApkResources.getIdentifier( in getAll() local
174 int actionTypeResId, int actionUrlResId) { in SystemStaticWallpaperInfo()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DThemeBundledWallpaperInfo.java78 int drawableResId, int titleResId, int attributionResId, int actionUrlResId) { in ThemeBundledWallpaperInfo()