Home
last modified time | relevance | path

Searched refs:getWallpaperSnapshotRestorer (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DInjector.kt132 fun getWallpaperSnapshotRestorer(context: Context): WallpaperSnapshotRestorer in getWallpaperInteractor() method
DWallpaperPicker2Injector.kt340 override fun getWallpaperSnapshotRestorer(context: Context): WallpaperSnapshotRestorer { in getWallpaperSnapshotRestorer() method in com.android.wallpaper.module.WallpaperPicker2Injector
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt288 override fun getWallpaperSnapshotRestorer(context: Context): WallpaperSnapshotRestorer { in getWallpaperSnapshotRestorer() method in com.android.wallpaper.testing.TestInjector
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt191 this[KEY_WALLPAPER_SNAPSHOT_RESTORER] = getWallpaperSnapshotRestorer(context) in <lambda>()