Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/domain/interactor/
DUndoInteractor.kt50 private val restorerByOwnerId: Map<Int, SnapshotRestorer>, in <lambda>() constant in com.android.wallpaper.picker.undo.domain.interactor.UndoInteractor
59 restorerByOwnerId.forEach { (ownerId, restorer) -> in <lambda>()
93 val restorer = restorerByOwnerId[ownerId] in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/undo/domain/interactor/
DUndoInteractorTest.kt53 restorerByOwnerId = FAKE_RESTORERS, in setUp()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/undo/ui/viewmodel/
DUndoViewModelTest.kt54 restorerByOwnerId = FAKE_RESTORERS, in setUp()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DCustomizationPickerViewModelTest.kt63 restorerByOwnerId = FAKE_RESTORERS, in setUp()