/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | AttributionFormatter.java | 24 import com.android.wallpaper.module.WallpaperPreferences; 25 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode; 60 case WallpaperPreferences.PRESENTATION_MODE_STATIC: in getHumanReadableWallpaperPresentationMode() 62 case WallpaperPreferences.PRESENTATION_MODE_ROTATING: in getHumanReadableWallpaperPresentationMode()
|
D | WallpaperDisabledFragment.java | 29 import com.android.wallpaper.module.WallpaperPreferences; 72 … WallpaperPreferences preferences = InjectorProvider.getInjector().getPreferences(getActivity()); in onResume()
|
D | WallpaperPickerDelegate.java | 45 import com.android.wallpaper.module.WallpaperPreferences; 68 private WallpaperPreferences mPreferences; 392 public WallpaperPreferences getPreferences() { in getPreferences()
|
/packages/apps/ThemePicker/src/com/android/customization/module/logging/ |
D | ThemesUserEventLoggerImpl.kt | 55 import com.android.wallpaper.module.WallpaperPreferences 69 private val preferences: WallpaperPreferences, 268 private fun WallpaperPreferences.getHomeCategoryHash(): Int { in WallpaperPreferences() method 273 private fun WallpaperPreferences.getHomeWallpaperIdHash(): Int { in WallpaperPreferences() method 281 private fun WallpaperPreferences.getLockCategoryHash(): Int { in WallpaperPreferences() method 286 private fun WallpaperPreferences.getLockWallpaperIdHash(): Int { in WallpaperPreferences() method 294 private fun WallpaperPreferences.getHomeWallpaperEffectsIdHash(): Int { in WallpaperPreferences() method 299 private fun WallpaperPreferences.getLockWallpaperEffectsIdHash(): Int { in getLockWallpaperEffectsIdHash() method
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestWallpaperPreferences.kt | 28 import com.android.wallpaper.module.WallpaperPreferences 29 import com.android.wallpaper.module.WallpaperPreferences.PendingDailyWallpaperUpdateStatus 30 import com.android.wallpaper.module.WallpaperPreferences.PendingWallpaperSetStatus 31 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode 43 open class TestWallpaperPreferences @Inject constructor() : WallpaperPreferences { 91 wallpaperPresentationMode = WallpaperPreferences.PRESENTATION_MODE_STATIC 98 mPendingWallpaperSetStatus = WallpaperPreferences.WALLPAPER_SET_NOT_PENDING 135 wallpaperPresentationMode = WallpaperPreferences.PRESENTATION_MODE_STATIC in clearHomeWallpaperMetadata()
|
D | TestWallpaperRotationInitializer.java | 22 import com.android.wallpaper.module.WallpaperPreferences; 58 WallpaperPreferences wallpaperPreferences = in startRotation() 61 WallpaperPreferences.PRESENTATION_MODE_ROTATING); in startRotation()
|
D | TestWallpaperRefresher.java | 24 import com.android.wallpaper.module.WallpaperPreferences; 45 WallpaperPreferences prefs = InjectorProvider.getInjector().getPreferences(mAppContext); in refresh()
|
D | TestWallpaperPersister.java | 32 import com.android.wallpaper.module.WallpaperPreferences; 44 private WallpaperPreferences mPrefs; 86 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setIndividualWallpaper()
|
D | TestInjector.kt | 48 import com.android.wallpaper.module.WallpaperPreferences 105 @Inject lateinit var prefs: WallpaperPreferences 224 override fun getPreferences(context: Context): WallpaperPreferences { in getPreferences()
|
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | CustomizationPreferences.kt | 18 import com.android.wallpaper.module.WallpaperPreferences 20 interface CustomizationPreferences : WallpaperPreferences {
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperSetter.java | 58 private final WallpaperPreferences mPreferences; 65 WallpaperPreferences preferences, UserEventLogger userEventLogger, in WallpaperSetter() 98 WallpaperPreferences.WALLPAPER_SET_PENDING); in setCurrentWallpaper() 261 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING); in onWallpaperApplied() 268 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING); in onWallpaperApplyError()
|
D | DefaultWallpaperPreferences.kt | 34 import com.android.wallpaper.module.WallpaperPreferences.Companion.generateRecentsKey in <lambda>() 35 import com.android.wallpaper.module.WallpaperPreferences.PendingDailyWallpaperUpdateStatus in <lambda>() 36 import com.android.wallpaper.module.WallpaperPreferences.PendingWallpaperSetStatus in <lambda>() 37 import com.android.wallpaper.module.WallpaperPreferences.PresentationMode in <lambda>() 49 open class DefaultWallpaperPreferences(private val context: Context) : WallpaperPreferences { in <lambda>() 157 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING in <lambda>() 166 WallpaperPreferences.DAILY_WALLPAPER_UPDATE_NOT_PENDING in <lambda>() 209 WallpaperPreferences.PRESENTATION_MODE_STATIC in <lambda>() 736 WallpaperPreferences.WALLPAPER_SET_NOT_PENDING in <lambda>() 760 WallpaperPreferences.DAILY_WALLPAPER_UPDATE_NOT_PENDING in <lambda>()
|
D | RotationWallpaperUpdateReceiver.java | 83 WallpaperPreferences wallpaperPreferences = injector.getPreferences(appContext); in switchToStaticWallpaper() 85 != WallpaperPreferences.PRESENTATION_MODE_ROTATING) { in switchToStaticWallpaper()
|
D | DefaultWallpaperPersister.java | 75 private final WallpaperPreferences mWallpaperPreferences; 89 WallpaperPreferences wallpaperPreferences, in DefaultWallpaperPersister() 470 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setLiveWallpaperMetadata() 586 == WallpaperPreferences.PRESENTATION_MODE_ROTATING in doInBackground() 676 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setImageWallpaperMetadata() 771 WallpaperPreferences.PRESENTATION_MODE_STATIC); in setStaticWallpaperMetadataToPreferences()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/di/modules/ |
D | RepositoryModule.kt | 18 import com.android.wallpaper.module.WallpaperPreferences 38 wallpaperPreferences: WallpaperPreferences, in provideWallpaperRepository()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/backup/ |
D | MissingHashCodeGenerator.java | 26 import com.android.wallpaper.module.WallpaperPreferences; 55 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onReceive()
|
D | MissingHashCodeGeneratorJobService.java | 40 import com.android.wallpaper.module.WallpaperPreferences; 83 WallpaperPreferences wallpaperPreferences = injector.getPreferences(context); in onStartJob()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/ |
D | WallpaperPreviewRepository.kt | 19 import com.android.wallpaper.module.WallpaperPreferences 39 private val preferences: WallpaperPreferences,
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/ |
D | StaticWallpaperPreviewViewModel.kt | 25 import com.android.wallpaper.module.WallpaperPreferences in <lambda>() 56 private val wallpaperPreferences: WallpaperPreferences, in <lambda>() 209 private val wallpaperPreferences: WallpaperPreferences, in <lambda>()
|
/packages/apps/WallpaperPicker2/src_override/com/android/wallpaper/modules/ |
D | WallpaperPicker2AppModule.kt | 24 import com.android.wallpaper.module.WallpaperPreferences 81 ): WallpaperPreferences { in bindInjector()
|
/packages/apps/WallpaperPicker2/tests/module/src/com/android/wallpaper/ |
D | WallpaperPicker2TestModule.kt | 22 import com.android.wallpaper.module.WallpaperPreferences 66 abstract fun bindWallpaperPreferences(impl: TestWallpaperPreferences): WallpaperPreferences
|
/packages/apps/ThemePicker/src_override/com/android/wallpaper/modules/ |
D | ThemePickerAppModule.kt | 29 import com.android.wallpaper.module.WallpaperPreferences 92 ): WallpaperPreferences { in bindInjector()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.kt | 50 import com.android.wallpaper.module.WallpaperPreferences in <lambda>() 83 private val wallpaperPreferences: WallpaperPreferences, in <lambda>() 193 WallpaperPreferences.PRESENTATION_MODE_STATIC in <lambda>() 249 private fun WallpaperPreferences.setStaticWallpaperMetadata( in <lambda>() method 390 private fun WallpaperPreferences.setLiveWallpaperMetadata( in <lambda>() method
|
/packages/apps/ThemePicker/tests/module/src/com/android/wallpaper/ |
D | ThemePickerTestModule.kt | 31 import com.android.wallpaper.module.WallpaperPreferences 74 abstract fun bindWallpaperPrefs(impl: TestDefaultCustomizationPreferences): WallpaperPreferences in bindInjector()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/repository/ |
D | WallpaperRepository.kt | 26 import com.android.wallpaper.module.WallpaperPreferences in <lambda>() 50 private val wallpaperPreferences: WallpaperPreferences, in <lambda>()
|