Searched defs:allClocks (Results 1 – 6 of 6) sorted by relevance
53 override val allClocks: Flow<List<ClockMetadataModel>> = in <lambda>() constant57 val allClocks = in <lambda>() constant76 .mapLatest { allClocks -> in <lambda>() method
30 val allClocks: Flow<List<ClockMetadataModel>> constant
55 val allClocks: StateFlow<List<ClockCarouselItemViewModel>> = in <lambda>() constant in com.android.customization.picker.clock.ui.viewmodel.ClockCarouselViewModel57 .mapLatest { allClocks -> in <lambda>() method
32 override val allClocks: Flow<List<ClockMetadataModel>> = MutableStateFlow(clocks).asStateFlow() in <lambda>() constant
65 (size, allClocks) -> in <lambda>() method
41 val allClocks: Flow<List<ClockMetadataModel>> = repository.allClocks in <lambda>() constant in com.android.customization.picker.clock.domain.interactor.ClockPickerInteractor