Searched defs:allClocks (Results 1 – 7 of 7) sorted by relevance
63 override val allClocks: Flow<List<ClockMetadataModel>> = in <lambda>() constant67 val allClocks = in <lambda>() constant101 .mapLatest { allClocks -> in <lambda>() method
32 val allClocks: Flow<List<ClockMetadataModel>> constant
56 val allClocks: StateFlow<List<ClockCarouselItemViewModel>> = in <lambda>() constant in com.android.customization.picker.clock.ui.viewmodel.ClockCarouselViewModel58 .mapLatest { allClocks -> in <lambda>() method
65 (size, allClocks) -> in <lambda>() method
48 val allClocks: Flow<List<ClockMetadataModel>> = repository.allClocks in <lambda>() constant in com.android.customization.picker.clock.domain.interactor.ClockPickerInteractor
39 override val allClocks: Flow<List<ClockMetadataModel>> = MutableStateFlow(clocks).asStateFlow() in <lambda>() constant
158 .mapLatest { allClocks -> in <lambda>() method