Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
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()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfoVN.java58 private String mActionUrl; field in CurrentWallpaperInfoVN
79 mActionUrl = actionUrl; in CurrentWallpaperInfoVN()
91 mActionUrl = in.readString(); in CurrentWallpaperInfoVN()
117 return mActionUrl; in getActionUrl()
171 parcel.writeString(mActionUrl); in writeToParcel()
DWallpaperMetadata.java32 private final String mActionUrl; field in WallpaperMetadata
45 mActionUrl = actionUrl; in WallpaperMetadata()
64 return mActionUrl; in getActionUrl()
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()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
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()