Searched defs:showLabels (Results 1 – 6 of 6) sorted by relevance
51 val showLabels by collectLastValue(underTest.showLabels) in changingShowLabels_receivesCorrectShowLabels() constant67 val showLabels by collectLastValue(underTest.showLabels) in changingUser_receivesCorrectShowLabels() constant
25 val showLabels: StateFlow<Boolean> constant36 override val showLabels: StateFlow<Boolean> = interactor.showLabels in setShowLabels() constant in com.android.systemui.qs.panels.ui.viewmodel.IconLabelVisibilityViewModelImpl
26 val showLabels: Flow<Boolean> = repo.showLabels constant in com.android.systemui.qs.panels.domain.interactor.QSPreferencesInteractor
39 val showLabels: StateFlow<Boolean> = constant
75 val showLabels by viewModel.showLabels.collectAsStateWithLifecycle() in <lambda>() constant111 val showLabels by viewModel.showLabels.collectAsStateWithLifecycle() in <lambda>() constant
46 val showLabels: Flow<Boolean> = in <lambda>() constant in com.android.systemui.qs.panels.data.repository.QSPreferencesRepository