Home
last modified time | relevance | path

Searched refs:isCommunalEnabled (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/view/layout/sections/
DCommunalTutorialIndicatorSection.kt50 if (!communalInteractor.isCommunalEnabled.value) { in addViews()
82 if (!communalInteractor.isCommunalEnabled.value) { in bindData()
93 if (!communalInteractor.isCommunalEnabled.value) { in applyConstraints()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractorCommunalDisabledTest.kt70 testScope.runTest { assertThat(underTest.isCommunalEnabled.value).isFalse() } in isCommunalEnabled_false()
DCommunalInteractorTest.kt168 assertThat(underTest.isCommunalEnabled.value).isTrue() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalTutorialInteractor.kt115 communalSettingsInteractor.isCommunalEnabled in <lambda>()
DCommunalInteractor.kt126 val isCommunalEnabled: StateFlow<Boolean> = communalSettingsInteractor.isCommunalEnabled in <lambda>() constant
131 communalSettingsInteractor.isCommunalEnabled, in <lambda>()
DCommunalSettingsInteractor.kt61 val isCommunalEnabled: StateFlow<Boolean> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ui/viewmodel/
DDreamViewModel.kt62 communalInteractor.isCommunalEnabled.value && in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollectorImpl.java230 communalInteractor.isCommunalEnabled(), in init()