Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperInfo.java51 private List<String> mAttributions; field in TestWallpaperInfo
68 mAttributions = Arrays.asList("Test wallpaper"); in TestWallpaperInfo()
78 mAttributions = in.createStringArrayList(); in TestWallpaperInfo()
94 return mAttributions; in getAttributions()
101 mAttributions = attributions; in setAttributions()
206 parcel.writeStringList(mAttributions); in writeToParcel()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java63 private List<String> mAttributions; field in ThemeBundledWallpaperInfo
101 if (mAttributions == null) { in getAttributions()
103 mAttributions = new ArrayList<>(); in getAttributions()
105 mAttributions.add(res.getString(mTitleResId)); in getAttributions()
108 mAttributions.add(res.getString(mAttributionResId)); in getAttributions()
112 return mAttributions; in getAttributions()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfoVN.java56 private List<String> mAttributions; field in CurrentWallpaperInfoVN
77 mAttributions = attributions; in CurrentWallpaperInfoVN()
87 mAttributions = new ArrayList<>(); in CurrentWallpaperInfoVN()
88 in.readStringList(mAttributions); in CurrentWallpaperInfoVN()
99 return mAttributions; in getAttributions()
169 parcel.writeStringList(mAttributions); in writeToParcel()
DSystemStaticWallpaperInfo.java157 private List<String> mAttributions; field in SystemStaticWallpaperInfo
216 if (mAttributions == null) { in getAttributions()
218 mAttributions = new ArrayList<>(); in getAttributions()
220 mAttributions.add(res.getString(mTitleResId)); in getAttributions()
223 mAttributions.add(res.getString(mSubtitle1ResId)); in getAttributions()
226 mAttributions.add(res.getString(mSubtitle2ResId)); in getAttributions()
230 return mAttributions; in getAttributions()
DWallpaperMetadata.java31 private final List<String> mAttributions; field in WallpaperMetadata
44 mAttributions = attributions; in WallpaperMetadata()
57 return mAttributions; in getAttributions()