Searched refs:mWallpaperPreferences (Results 1 – 3 of 3) sorted by relevance
75 private final WallpaperPreferences mWallpaperPreferences; field in DefaultWallpaperPersister99 mWallpaperPreferences = wallpaperPreferences; in DefaultWallpaperPersister()251 mWallpaperPreferences.clearHomeWallpaperMetadata(); in saveStaticWallpaperMetadata()254 mWallpaperPreferences.setHomeWallpaperManagerId(wallpaperId); in saveStaticWallpaperMetadata()259 mWallpaperPreferences.setHomeWallpaperAttributions(attributions); in saveStaticWallpaperMetadata()260 mWallpaperPreferences.setHomeWallpaperActionUrl(actionUrl); in saveStaticWallpaperMetadata()261 mWallpaperPreferences.setHomeWallpaperCollectionId(collectionId); in saveStaticWallpaperMetadata()262 mWallpaperPreferences.setHomeWallpaperRemoteId(remoteId); in saveStaticWallpaperMetadata()269 mWallpaperPreferences.clearLockWallpaperMetadata(); in saveStaticWallpaperMetadata()270 mWallpaperPreferences.setLockWallpaperManagerId(wallpaperId); in saveStaticWallpaperMetadata()[all …]
69 private final WallpaperPreferences mWallpaperPreferences; field in DefaultWallpaperRefresher87 mWallpaperPreferences = injector.getPreferences(mAppContext); in DefaultWallpaperRefresher()129 mWallpaperPreferences.clearHomeWallpaperMetadata(); in doInBackground()138 mWallpaperPreferences.getHomeWallpaperAttributions(), in doInBackground()139 mWallpaperPreferences.getHomeWallpaperActionUrl(), in doInBackground()140 mWallpaperPreferences.getHomeWallpaperCollectionId(), in doInBackground()159 mWallpaperPreferences.clearLockWallpaperMetadata(); in doInBackground()165 mWallpaperPreferences.getLockWallpaperAttributions(), in doInBackground()166 mWallpaperPreferences.getLockWallpaperActionUrl(), in doInBackground()167 mWallpaperPreferences.getLockWallpaperCollectionId(), in doInBackground()[all …]
114 private WallpaperPreferences mWallpaperPreferences; field in ImagePreviewFragment134 mWallpaperPreferences = mInjector.getPreferences(context); in onCreate()256 storedWallpaperId != null && mWallpaperPreferences.getWallpaperColors( in initFullResView()261 mWallpaperPreferences.getWallpaperColors( in initFullResView()343 mWallpaperPreferences.storeWallpaperColors( in extractColorFromBitmap()