Home
last modified time | relevance | path

Searched refs:ColorPickerSnapshotRestorer (Results 1 – 7 of 7) sorted by relevance

/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/color/domain/interactor/
DColorPickerSnapshotRestorerTest.kt25 import com.android.customization.picker.color.domain.interactor.ColorPickerSnapshotRestorer
44 private lateinit var underTest: ColorPickerSnapshotRestorer
55 ColorPickerSnapshotRestorer( in setUp()
DColorPickerInteractorTest.kt24 import com.android.customization.picker.color.domain.interactor.ColorPickerSnapshotRestorer
56 ColorPickerSnapshotRestorer(interactor = underTest).apply { in setUp()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt52 import com.android.customization.picker.color.domain.interactor.ColorPickerSnapshotRestorer in <lambda>()
118 private var colorPickerSnapshotRestorer: ColorPickerSnapshotRestorer? = null in <lambda>()
451 ): ColorPickerSnapshotRestorer { in <lambda>()
453 ?: ColorPickerSnapshotRestorer( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/color/domain/interactor/
DColorPickerInteractor.kt29 private val snapshotRestorer: Provider<ColorPickerSnapshotRestorer>,
DColorPickerSnapshotRestorer.kt27 class ColorPickerSnapshotRestorer( in <lambda>() class
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/clock/ui/viewmodel/
DClockSettingsViewModelTest.kt15 import com.android.customization.picker.color.domain.interactor.ColorPickerSnapshotRestorer in <lambda>()
77 ColorPickerSnapshotRestorer(interactor = colorPickerInteractor).apply { in <lambda>()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/
DColorPickerViewModelTest.kt28 import com.android.customization.picker.color.domain.interactor.ColorPickerSnapshotRestorer in <lambda>()
80 ColorPickerSnapshotRestorer(interactor = interactor).apply { in <lambda>()