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()
104 mPrefs.setHomeWallpaperAttributions(wallpaper.getAttributions(mAppContext)); in setIndividualWallpaperWithPosition()
111 mPrefs.setLockWallpaperAttributions(wallpaper.getAttributions(mAppContext)); in setIndividualWallpaperWithPosition()
DTestCurrentWallpaperInfoFactory.java46 homeWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
53 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
DTestWallpaperInfo.java92 public List<String> getAttributions(Context context) { in getAttributions() method in TestWallpaperInfo
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCurrentWallpaperInfoFactory.java72 homeWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
87 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
DDefaultWallpaperPersister.java545 .setHomeWallpaperAttributions(mWallpaperInfoInPreview.getAttributions(mAppContext)); in setLiveWallpaperMetadata()
764 mWallpaper.getAttributions(mAppContext)); in setImageWallpaperHomeMetadata()
779 mWallpaper.getAttributions(mAppContext)); in setImageWallpaperLockMetadata()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java191 List<String> attributions = getAttributions(activity); in onCreate()
263 List<String> attributions = getAttributions(context); in populateInfoPage()
287 protected List<String> getAttributions(Context context) { in getAttributions() method in PreviewFragment
288 return mWallpaper.getAttributions(context); in getAttributions()
DAttributionFormatter.java40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle()
DCategoryFragment.java830 List<String> attributions = mWallpaperInfo.getAttributions(appContext); in bindWallpaperText()
999 List<String> attributions = homeWallpaper.getAttributions(appContext); in bindHomeWallpaper()
1080 List<String> lockAttributions = lockWallpaper.getAttributions(appContext); in bindLockWallpaper()
DTopLevelPickerActivity.java549 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
DWallpaperInfo.java65 public abstract List<String> getAttributions(Context context); in getAttributions() method in WallpaperInfo
DDefaultWallpaperInfo.java51 public List<String> getAttributions(Context context) { in getAttributions() method in DefaultWallpaperInfo
DImageWallpaperInfo.java111 public List<String> getAttributions(Context context) { in getAttributions() method in ImageWallpaperInfo
DPartnerWallpaperInfo.java120 public List<String> getAttributions(Context context) { in getAttributions() method in PartnerWallpaperInfo
DCurrentWallpaperInfoVN.java97 public List<String> getAttributions(Context context) { in getAttributions() method in CurrentWallpaperInfoVN
DAppResourceWallpaperInfo.java139 public List<String> getAttributions(Context context) { in getAttributions() method in AppResourceWallpaperInfo
DLegacyPartnerWallpaperInfo.java138 public List<String> getAttributions(Context context) { in getAttributions() method in LegacyPartnerWallpaperInfo
DLiveWallpaperInfo.java263 public List<String> getAttributions(Context context) { in getAttributions() method in LiveWallpaperInfo
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java64 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper()
DIndividualPickerFragment.java868 mSelectedWallpaperInfo.getAttributions(getContext()), in onWallpaperSelected()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java99 public List<String> getAttributions(Context context) { in getAttributions() method in ThemeBundledWallpaperInfo