/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | GlanceableHubQuickAffordanceConfig.kt | 37 private val communalRepository: CommunalSceneRepository, constant in com.android.systemui.keyguard.data.quickaffordance.GlanceableHubQuickAffordanceConfig 63 communalRepository.changeScene(CommunalScenes.Communal, null) in onTriggered()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalInteractorCommunalDisabledTest.kt | 51 private lateinit var communalRepository: FakeCommunalSceneRepository variable in com.android.systemui.communal.domain.interactor.CommunalInteractorCommunalDisabledTest 59 communalRepository = kosmos.fakeCommunalSceneRepository in setUp()
|
D | CommunalInteractorTest.kt | 116 private lateinit var communalRepository: FakeCommunalSceneRepository in <lambda>() variable in com.android.systemui.communal.domain.interactor.CommunalInteractorTest 137 communalRepository = kosmos.fakeCommunalSceneRepository in <lambda>() 510 communalRepository.changeScene(targetScene) in <lambda>() 523 val desiredScene = collectLastValue(communalRepository.currentScene) in <lambda>() 740 communalRepository.setTransitionState(transitionState) in <lambda>() 777 communalRepository.setTransitionState(transitionState) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/ |
D | CommunalRepositoryModule.kt | 24 @Binds fun communalRepository(impl: CommunalSceneRepositoryImpl): CommunalSceneRepository method
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/ |
D | CommunalViewModelTest.kt | 117 private lateinit var communalRepository: FakeCommunalSceneRepository in <lambda>() variable 137 communalRepository = kosmos.fakeCommunalSceneRepository in <lambda>() 431 communalRepository.setTransitionState( in <lambda>() 473 communalRepository.setTransitionState( in <lambda>() 486 communalRepository.setTransitionState( in <lambda>() 507 communalRepository.setTransitionState( in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | GlanceableHubContainerControllerTest.kt | 101 private lateinit var communalRepository: FakeCommunalSceneRepository variable in com.android.systemui.shade.GlanceableHubContainerControllerTest 108 communalRepository = kosmos.fakeCommunalSceneRepository in setUp() 223 communalRepository.setTransitionState( in onTouchEvent_communalTransitioning_interceptsTouches() 551 communalRepository.changeScene(scene) in goToScene()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayServiceTest.kt | 158 private lateinit var communalRepository: FakeCommunalSceneRepository variable in com.android.systemui.dreams.DreamOverlayServiceTest 169 communalRepository = kosmos.fakeCommunalSceneRepository in setup() 712 assertThat(communalRepository.currentScene.value).isEqualTo(CommunalScenes.Blank) in testGlanceableHubHiddenWhenDreamComesToFront() 766 communalRepository.setTransitionState(transitionState) in testLifecycle_dreamNotFocusedOnStart_isStarted() 885 communalRepository.setTransitionState(transitionState) in testCommunalVisible_setsLifecycleState() 920 communalRepository.setTransitionState(transitionState) in testLifecycleStarted_whenAnyOcclusion()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardRootViewModelTest.kt | 76 private val communalRepository by lazy { kosmos.communalSceneRepository } in <lambda>() constant 310 communalRepository.setTransitionState( in alpha_idleOnHub_isZero()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | KosmosJavaAdapter.kt | 96 val communalRepository by lazy { kosmos.fakeCommunalSceneRepository } in <lambda>() constant
|