Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperInfo.java53 private String mActionUrl; field in TestWallpaperInfo
78 mActionUrl = in.readString(); in TestWallpaperInfo()
105 return mActionUrl; in getActionUrl()
110 mActionUrl = actionUrl; in setActionUrl()
205 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()
90 mActionUrl = in.readString(); in CurrentWallpaperInfoVN()
116 return mActionUrl; in getActionUrl()
169 parcel.writeString(mActionUrl); in writeToParcel()
DWallpaperMetadata.java32 private final String mActionUrl; field in WallpaperMetadata
45 mActionUrl = actionUrl; in WallpaperMetadata()
64 return mActionUrl; in getActionUrl()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java64 private String mActionUrl; field in ThemeBundledWallpaperInfo
116 if (mActionUrl == null && mActionUrlResId != 0) { in getActionUrl()
117 mActionUrl = getPackageResources(context).getString(mActionUrlResId); in getActionUrl()
119 return mActionUrl; in getActionUrl()