Searched refs:wallpaperPreferences (Results 1 – 4 of 4) sorted by relevance
92 WallpaperPreferences wallpaperPreferences = injector.getPreferences(appContext); in switchToStaticWallpaper() local93 if (wallpaperPreferences.getWallpaperPresentationMode() in switchToStaticWallpaper()100 wallpaperPreferences.getHomeWallpaperAttributions(), in switchToStaticWallpaper()101 wallpaperPreferences.getHomeWallpaperActionLabelRes(), in switchToStaticWallpaper()102 wallpaperPreferences.getHomeWallpaperActionIconRes(), in switchToStaticWallpaper()103 wallpaperPreferences.getHomeWallpaperActionUrl(), in switchToStaticWallpaper()104 wallpaperPreferences.getHomeWallpaperCollectionId()); in switchToStaticWallpaper()
86 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onStartJob()92 if (!isLiveWallpaperSet && wallpaperPreferences.getHomeWallpaperHashCode() == 0) { in onStartJob()109 wallpaperPreferences.setHomeWallpaperHashCode(homeBitmapHash); in onStartJob()113 if (wallpaperPreferences.getLockWallpaperHashCode() == 0) { in onStartJob()120 wallpaperPreferences.setLockWallpaperHashCode( in onStartJob()121 wallpaperPreferences.getHomeWallpaperHashCode()); in onStartJob()147 … wallpaperPreferences.setLockWallpaperHashCode(BitmapUtils.generateHashCode(lockBitmap)); in onStartJob()
58 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onReceive() local61 if (wallpaperPreferences.getHomeWallpaperHashCode() != 0 in onReceive()62 && wallpaperPreferences.getLockWallpaperHashCode() != 0) { in onReceive()
65 WallpaperPreferences wallpaperPreferences = in startRotation() local67 wallpaperPreferences.setWallpaperPresentationMode( in startRotation()