Home
last modified time | relevance | path

Searched refs:communalSettingsInteractor (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/communal/domain/interactor/
DCommunalTutorialInteractorKosmos.kt32 communalSettingsInteractor = communalSettingsInteractor, in <lambda>()
DCommunalInteractorKosmos.kt54 communalSettingsInteractor = communalSettingsInteractor, in <lambda>()
DCommunalSettingsInteractorKosmos.kt29 val Kosmos.communalSettingsInteractor by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalTutorialInteractor.kt53 private val communalSettingsInteractor: CommunalSettingsInteractor, in <lambda>() constant
115 communalSettingsInteractor.isCommunalEnabled in <lambda>()
DCommunalInteractor.kt107 communalSettingsInteractor: CommunalSettingsInteractor, in <lambda>()
126 val isCommunalEnabled: StateFlow<Boolean> = communalSettingsInteractor.isCommunalEnabled in <lambda>()
131 communalSettingsInteractor.isCommunalEnabled, in <lambda>()
390 .combine(communalSettingsInteractor.allowedByDevicePolicyForWorkProfile) { in <lambda>()
396 communalSettingsInteractor.communalWidgetCategories, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalEditModeViewModel.kt64 private val communalSettingsInteractor: CommunalSettingsInteractor, in <lambda>() constant
176 communalSettingsInteractor.communalWidgetCategories.value in <lambda>()
DCommunalViewModel.kt81 private val communalSettingsInteractor: CommunalSettingsInteractor, in <lambda>() constant
314 communalSettingsInteractor.communalBackground in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalEditModeViewModelTest.kt44 import com.android.systemui.communal.domain.interactor.communalSettingsInteractor
117 kosmos.communalSettingsInteractor, in setUp()
DCommunalViewModelTest.kt40 import com.android.systemui.communal.domain.interactor.communalSettingsInteractor in <lambda>()
160 kosmos.communalSettingsInteractor, in <lambda>()