Searched defs:selectedClockId (Results 1 – 5 of 5) sorted by relevance
41 private val selectedClockId: MutableStateFlow<String> = MutableStateFlow(fakeClocks[0].clockId) in <lambda>() constant51 selectedClockId, in <lambda>() method
50 val selectedClockId: Flow<String> = in <lambda>() constant in com.android.customization.picker.clock.domain.interactor.ClockPickerInteractor
124 interactor.selectedClockId.map { selectedClockId -> in <lambda>() method
71 val selectedClockId: StateFlow<String?> = in <lambda>() constant
123 viewModel.selectedClockId.value?.let { selectedClockId -> in <lambda>() method