Searched refs:mAttributions (Results 1 – 5 of 5) sorted by relevance
53 private final List<String> mAttributions; field in CurrentWallpaperInfo69 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()
88 private List<String> mAttributions; field in SystemStaticWallpaperInfo234 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()
32 private final List<String> mAttributions; field in WallpaperMetadata40 mAttributions = attributions; in WallpaperMetadata()51 return mAttributions; in getAttributions()
52 private List<String> mAttributions; field in TestStaticWallpaperInfo69 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()
50 private List<String> mAttributions; field in TestLiveWallpaperInfo68 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()