Home
last modified time | relevance | path

Searched refs:WallpaperSnapshotRestorer (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt62 import com.android.wallpaper.picker.customization.domain.interactor.WallpaperSnapshotRestorer
93 private var wallpaperSnapshotRestorer: WallpaperSnapshotRestorer? = null
288 override fun getWallpaperSnapshotRestorer(context: Context): WallpaperSnapshotRestorer { in getWallpaperSnapshotRestorer()
290 ?: WallpaperSnapshotRestorer( in getWallpaperSnapshotRestorer()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt52 import com.android.wallpaper.picker.customization.domain.interactor.WallpaperSnapshotRestorer
91 private var wallpaperSnapshotRestorer: WallpaperSnapshotRestorer? = null
340 override fun getWallpaperSnapshotRestorer(context: Context): WallpaperSnapshotRestorer { in getWallpaperSnapshotRestorer()
342 ?: WallpaperSnapshotRestorer( in getWallpaperSnapshotRestorer()
DInjector.kt38 import com.android.wallpaper.picker.customization.domain.interactor.WallpaperSnapshotRestorer
132 fun getWallpaperSnapshotRestorer(context: Context): WallpaperSnapshotRestorer in getWallpaperInteractor()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorerTest.kt45 private lateinit var underTest: WallpaperSnapshotRestorer in <lambda>()
69 WallpaperSnapshotRestorer( in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorer.kt34 class WallpaperSnapshotRestorer( in <lambda>() class