/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 80 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()
|
D | TestCurrentWallpaperInfoFactory.java | 46 homeWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos() 53 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
|
D | TestWallpaperInfo.java | 93 public List<String> getAttributions(Context context) { in getAttributions() method in TestWallpaperInfo
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultCurrentWallpaperInfoFactory.java | 73 homeWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos() 88 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos()
|
D | DefaultWallpaperPersister.java | 583 .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/ |
D | PreviewFragment.java | 170 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()
|
D | AttributionFormatter.java | 40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle()
|
D | TopLevelPickerActivity.java | 562 List<String> attributions = homeWallpaper.getAttributions(appContext); in refreshCurrentWallpapers()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | WallpaperMetadata.java | 56 public List<String> getAttributions() { in getAttributions() method in WallpaperMetadata
|
D | DefaultWallpaperInfo.java | 57 public List<String> getAttributions(Context context) { in getAttributions() method in DefaultWallpaperInfo
|
D | WallpaperInfo.java | 88 public abstract List<String> getAttributions(Context context); in getAttributions() method in WallpaperInfo
|
D | PartnerWallpaperInfo.java | 121 public List<String> getAttributions(Context context) { in getAttributions() method in PartnerWallpaperInfo
|
D | ImageWallpaperInfo.java | 112 public List<String> getAttributions(Context context) { in getAttributions() method in ImageWallpaperInfo
|
D | CurrentWallpaperInfoVN.java | 98 public List<String> getAttributions(Context context) { in getAttributions() method in CurrentWallpaperInfoVN
|
D | AppResourceWallpaperInfo.java | 140 public List<String> getAttributions(Context context) { in getAttributions() method in AppResourceWallpaperInfo
|
D | LegacyPartnerWallpaperInfo.java | 139 public List<String> getAttributions(Context context) { in getAttributions() method in LegacyPartnerWallpaperInfo
|
D | SystemStaticWallpaperInfo.java | 215 public List<String> getAttributions(Context context) { in getAttributions() method in SystemStaticWallpaperInfo
|
D | LiveWallpaperInfo.java | 327 public List<String> getAttributions(Context context) { in getAttributions() method in LiveWallpaperInfo
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualHolder.java | 65 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | WallpaperInfoView.java | 58 final List<String> attributions = wallpaperInfo.getAttributions(getContext()); in populateWallpaperInfo()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundledWallpaperInfo.java | 100 public List<String> getAttributions(Context context) { in getAttributions() method in ThemeBundledWallpaperInfo
|