Searched refs:mAttributions (Results 1 – 5 of 5) sorted by relevance
51 private List<String> mAttributions; field in TestWallpaperInfo68 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()
63 private List<String> mAttributions; field in ThemeBundledWallpaperInfo101 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()
56 private List<String> mAttributions; field in CurrentWallpaperInfoVN77 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()
157 private List<String> mAttributions; field in SystemStaticWallpaperInfo216 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()
31 private final List<String> mAttributions; field in WallpaperMetadata44 mAttributions = attributions; in WallpaperMetadata()57 return mAttributions; in getAttributions()