/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSceneInteractorTest.kt | 229 fun isCommunalVisible() = in isCommunalVisible() method in com.android.systemui.communal.domain.interactor.CommunalSceneInteractorTest 232 val isCommunalVisible by collectLastValue(underTest.isCommunalVisible) in isCommunalVisible() constant 233 assertThat(isCommunalVisible).isEqualTo(false) in isCommunalVisible() 249 assertThat(isCommunalVisible).isEqualTo(true) in isCommunalVisible() 253 assertThat(isCommunalVisible).isEqualTo(true) in isCommunalVisible() 265 assertThat(isCommunalVisible).isEqualTo(true) in isCommunalVisible()
|
D | CommunalInteractorTest.kt | 771 fun isCommunalVisible() = in <lambda>() method in com.android.systemui.communal.domain.interactor.CommunalInteractorTest 780 val isCommunalVisible by collectLastValue(underTest.isCommunalVisible) in <lambda>() constant 781 assertThat(isCommunalVisible).isEqualTo(false) in <lambda>() 795 assertThat(isCommunalVisible).isEqualTo(true) in <lambda>() 801 assertThat(isCommunalVisible).isEqualTo(true) in <lambda>() 815 assertThat(isCommunalVisible).isEqualTo(true) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSceneInteractor.kt | 147 val isCommunalVisible: Flow<Boolean> = in <lambda>() constant in com.android.systemui.communal.domain.interactor.CommunalSceneInteractor
|
D | CommunalInteractor.kt | 290 val isCommunalVisible: Flow<Boolean> = communalSceneInteractor.isCommunalVisible in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
D | CommunalTransitionViewModel.kt | 104 communalSceneInteractor.isCommunalVisible, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | GlanceableHubContainerController.kt | 296 communalInteractor.isCommunalVisible, in initView()
|
D | NotificationShadeWindowControllerImpl.java | 329 mCommunalInteractor.get().isCommunalVisible(), in fetchWindowRootView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/ |
D | AmbientStatusBarViewController.java | 182 mCommunalSceneInteractor.isCommunalVisible(), in onViewAttached()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayService.java | 303 collectFlow(getLifecycle(), communalInteractor.isCommunalVisible(), in DreamOverlayService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardStatusBarViewController.java | 420 collectFlow(mView, mCommunalSceneInteractor.isCommunalVisible(), mCommunalConsumer); in onViewAttached()
|