Home
last modified time | relevance | path

Searched refs:mActionUrl (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DCurrentWallpaperInfoVN.java55 private String mActionUrl; field in CurrentWallpaperInfoVN
77 mActionUrl = actionUrl; in CurrentWallpaperInfoVN()
89 mActionUrl = in.readString(); in CurrentWallpaperInfoVN()
120 return mActionUrl; in getActionUrl()
161 parcel.writeString(mActionUrl); in writeToParcel()
H A DWallpaperMetadata.java32 private final String mActionUrl; field in WallpaperMetadata
45 mActionUrl = actionUrl; in WallpaperMetadata()
64 return mActionUrl; in getActionUrl()
H A DSystemStaticWallpaperInfo.java158 private String mActionUrl; field in SystemStaticWallpaperInfo
235 if (mActionUrl == null && mActionUrlResId != 0) { in getActionUrl()
236 mActionUrl = getPackageResources(context).getString(mActionUrlResId); in getActionUrl()
238 return mActionUrl; in getActionUrl()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperInfo.java53 private String mActionUrl; field in TestWallpaperInfo
79 mActionUrl = in.readString(); in TestWallpaperInfo()
106 return mActionUrl; in getActionUrl()
111 mActionUrl = actionUrl; in setActionUrl()
207 parcel.writeString(mActionUrl); in writeToParcel()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DThemeBundledWallpaperInfo.java64 private String mActionUrl; field in ThemeBundledWallpaperInfo
117 if (mActionUrl == null && mActionUrlResId != 0) { in getActionUrl()
118 mActionUrl = getPackageResources(context).getString(mActionUrlResId); in getActionUrl()
120 return mActionUrl; in getActionUrl()