Searched defs:selectedClockId (Results 1 – 5 of 5) sorted by relevance
34 private val selectedClockId = MutableStateFlow(fakeClocks[0].clockId) in <lambda>() constant44 ) { selectedClockId, selectedColor, colorTone, seedColor -> in <lambda>() method
43 val selectedClockId: Flow<String> = in <lambda>() constant in com.android.customization.picker.clock.domain.interactor.ClockPickerInteractor
115 interactor.selectedClockId.map { selectedClockId -> in <lambda>() method
69 val selectedClockId: StateFlow<String?> = in <lambda>() constant
120 viewModel.selectedClockId.value?.let { selectedClockId -> in <lambda>() method