Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfo.java53 private final List<String> mAttributions; field in CurrentWallpaperInfo
69 mAttributions = attributions; in CurrentWallpaperInfo()
77 mAttributions = new ArrayList<>(); in CurrentWallpaperInfo()
78 in.readStringList(mAttributions); in CurrentWallpaperInfo()
93 return mAttributions; in getAttributions()
141 parcel.writeStringList(mAttributions); in writeToParcel()
DSystemStaticWallpaperInfo.java88 private List<String> mAttributions; field in SystemStaticWallpaperInfo
234 if (mAttributions == null) { in getAttributions()
236 mAttributions = new ArrayList<>(); in getAttributions()
238 mAttributions.add(res.getString(mTitleResId)); in getAttributions()
241 mAttributions.add(res.getString(mSubtitle1ResId)); in getAttributions()
244 mAttributions.add(res.getString(mSubtitle2ResId)); in getAttributions()
248 return mAttributions; in getAttributions()
DWallpaperMetadata.java32 private final List<String> mAttributions; field in WallpaperMetadata
40 mAttributions = attributions; in WallpaperMetadata()
51 return mAttributions; in getAttributions()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestStaticWallpaperInfo.java52 private List<String> mAttributions; field in TestStaticWallpaperInfo
69 mAttributions = Arrays.asList("Test wallpaper"); in TestStaticWallpaperInfo()
79 mAttributions = in.createStringArrayList(); in TestStaticWallpaperInfo()
95 return mAttributions; in getAttributions()
102 mAttributions = attributions; in setAttributions()
208 parcel.writeStringList(mAttributions); in writeToParcel()
DTestLiveWallpaperInfo.java50 private List<String> mAttributions; field in TestLiveWallpaperInfo
68 mAttributions = Arrays.asList("Test wallpaper"); in TestLiveWallpaperInfo()
78 mAttributions = in.createStringArrayList(); in TestLiveWallpaperInfo()
94 return mAttributions; in getAttributions()
101 mAttributions = attributions; in setAttributions()
212 parcel.writeStringList(mAttributions); in writeToParcel()