Home
last modified time | relevance | path

Searched defs:setClockAxisStyle (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/clock/data/repository/
DClockPickerRepository.kt55 suspend fun setClockAxisStyle(axisStyle: ClockAxisStyle) method
DClockPickerRepositoryImpl.kt198 override suspend fun setClockAxisStyle(axisStyle: ClockAxisStyle) { in <lambda>() method
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/clock/data/repository/
DFakeClockPickerRepository.kt91 override suspend fun setClockAxisStyle(axisStyle: ClockAxisStyle) { in <lambda>() method