Home
last modified time | relevance | path

Searched refs:getAttributions (Results 1 – 21 of 21) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java80 mPrefs.setHomeWallpaperAttributions(wallpaperInfo.getAttributions(mAppContext)); in setIndividualWallpaper()
87 mPrefs.setLockWallpaperAttributions(wallpaperInfo.getAttributions(mAppContext)); in setIndividualWallpaper()
105 mPrefs.setHomeWallpaperAttributions(wallpaper.getAttributions(mAppContext)); in setIndividualWallpaperWithPosition()
112 mPrefs.setLockWallpaperAttributions(wallpaper.getAttributions(mAppContext)); in setIndividualWallpaperWithPosition()
DTestCurrentWallpaperInfoFactory.java46 homeWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
53 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
DTestWallpaperInfo.java93 public List<String> getAttributions(Context context) { in getAttributions() method in TestWallpaperInfo
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCurrentWallpaperInfoFactory.java73 homeWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
88 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
DDefaultWallpaperPersister.java583 .setHomeWallpaperAttributions(mWallpaperInfoInPreview.getAttributions(mAppContext)); in setLiveWallpaperMetadata()
804 mWallpaper.getAttributions(mAppContext)); in setImageWallpaperHomeMetadata()
819 mWallpaper.getAttributions(mAppContext)); in setImageWallpaperLockMetadata()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java170 List<String> attributions = getAttributions(activity); in onCreate()
254 protected List<String> getAttributions(Context context) { in getAttributions() method in PreviewFragment
255 return mWallpaper.getAttributions(context); in getAttributions()
DAttributionFormatter.java40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle()
DTopLevelPickerActivity.java562 List<String> attributions = homeWallpaper.getAttributions(appContext); in refreshCurrentWallpapers()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperMetadata.java56 public List<String> getAttributions() { in getAttributions() method in WallpaperMetadata
DDefaultWallpaperInfo.java57 public List<String> getAttributions(Context context) { in getAttributions() method in DefaultWallpaperInfo
DWallpaperInfo.java88 public abstract List<String> getAttributions(Context context); in getAttributions() method in WallpaperInfo
DPartnerWallpaperInfo.java121 public List<String> getAttributions(Context context) { in getAttributions() method in PartnerWallpaperInfo
DImageWallpaperInfo.java112 public List<String> getAttributions(Context context) { in getAttributions() method in ImageWallpaperInfo
DCurrentWallpaperInfoVN.java98 public List<String> getAttributions(Context context) { in getAttributions() method in CurrentWallpaperInfoVN
DAppResourceWallpaperInfo.java140 public List<String> getAttributions(Context context) { in getAttributions() method in AppResourceWallpaperInfo
DLegacyPartnerWallpaperInfo.java139 public List<String> getAttributions(Context context) { in getAttributions() method in LegacyPartnerWallpaperInfo
DSystemStaticWallpaperInfo.java215 public List<String> getAttributions(Context context) { in getAttributions() method in SystemStaticWallpaperInfo
DLiveWallpaperInfo.java327 public List<String> getAttributions(Context context) { in getAttributions() method in LiveWallpaperInfo
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java65 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java58 final List<String> attributions = wallpaperInfo.getAttributions(getContext()); in populateWallpaperInfo()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java100 public List<String> getAttributions(Context context) { in getAttributions() method in ThemeBundledWallpaperInfo