Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/clock/data/repository/
DClockPickerRepositoryImpl.kt56 val activeClockId = registry.activeClockId in <lambda>() constant
59 it.toModel(isSelected = it.clockId == activeClockId) in <lambda>()
88 val activeClockId = registry.activeClockId in <lambda>() constant
93 .find { clockMetadata -> clockMetadata.clockId == activeClockId } in <lambda>()