Home
last modified time | relevance | path

Searched refs:setHomeWallpaperAttributions (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java78 mPrefs.setHomeWallpaperAttributions(wallpaperInfo.getAttributions(mAppContext)); in setIndividualWallpaper()
101 mPrefs.setHomeWallpaperAttributions(wallpaper.getAttributions(mAppContext)); in setIndividualWallpaperWithPosition()
DTestWallpaperPreferences.java102 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions() method in TestWallpaperPreferences
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java163 mWallpaperPreferences.setHomeWallpaperAttributions( in setFallbackHomeScreenWallpaperMetadata()
174 mWallpaperPreferences.setHomeWallpaperAttributions(Arrays.asList( in setFallbackHomeScreenWallpaperMetadata()
DDefaultWallpaperPersister.java399 mWallpaperPreferences.setHomeWallpaperAttributions(attributions); in finalizeWallpaperForRotatingComponent()
545 .setHomeWallpaperAttributions(mWallpaperInfoInPreview.getAttributions(mAppContext)); in setLiveWallpaperMetadata()
763 mWallpaperPreferences.setHomeWallpaperAttributions( in setImageWallpaperHomeMetadata()
DWallpaperPreferences.java58 void setHomeWallpaperAttributions(List<String> attributions); in setHomeWallpaperAttributions() method
DDefaultWallpaperPreferences.java197 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions() method in DefaultWallpaperPreferences