Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/clock/ui/viewmodel/
DClockCarouselViewModelTest.kt86 getClockPickerInteractor(repositoryWithMultipleClocks), in <lambda>()
100 private fun getClockPickerInteractor(repository: ClockPickerRepository): ClockPickerInteractor { in getClockPickerInteractor() method in com.android.customization.picker.clock.ui.viewmodel.ClockCarouselViewModelTest
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt149 interactor = getClockPickerInteractor(appContext), in <lambda>()
343 override fun getClockPickerInteractor( in <lambda>() method in com.android.customization.module.ThemePickerInjector
404 ?: ClockPickerSnapshotRestorer(getClockPickerInteractor(context)).also { in <lambda>()
510 getClockPickerInteractor(context), in <lambda>()
DCustomizationInjector.kt41 fun getClockPickerInteractor(context: Context): ClockPickerInteractor method
/packages/apps/ThemePicker/tests/common/src/com/android/customization/testing/
DTestCustomizationInjector.kt50 override fun getClockPickerInteractor(context: Context): ClockPickerInteractor { in getClockPickerInteractor() method in com.android.customization.testing.TestCustomizationInjector