Home
last modified time | relevance | path

Searched refs:homeScene (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsShadeSceneViewModelTest.kt65 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in upTransitionSceneKey_deviceLocked_lockscreen() constant
69 assertThat(homeScene).isEqualTo(Scenes.Lockscreen) in upTransitionSceneKey_deviceLocked_lockscreen()
76 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in upTransitionSceneKey_deviceUnlocked_gone() constant
81 assertThat(homeScene).isEqualTo(Scenes.Gone) in upTransitionSceneKey_deviceUnlocked_gone()
88 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant
96 assertThat(homeScene).isEqualTo(Scenes.Lockscreen) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen()
103 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone() constant
112 assertThat(homeScene).isEqualTo(Scenes.Gone) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone()
DQuickSettingsSceneViewModelTest.kt110 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in destinations_whenNotCustomizing_unlocked() constant
130 assertThat(homeScene).isEqualTo(Scenes.Gone) in destinations_whenNotCustomizing_unlocked()
142 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in destinations_whenNotCustomizing_withPreviousSceneLockscreen() constant
159 assertThat(homeScene).isEqualTo(Scenes.Lockscreen) in destinations_whenNotCustomizing_withPreviousSceneLockscreen()
167 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed() constant
185 assertThat(homeScene).isEqualTo(Scenes.Lockscreen) in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed()
203 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in destinations_whenNotCustomizing_inSplitShade_unlocked() constant
223 assertThat(homeScene).isEqualTo(Scenes.Gone) in destinations_whenNotCustomizing_inSplitShade_unlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/resolver/
DHomeSceneFamilyResolver.kt56 transform = ::homeScene,
62 homeScene(
71 private fun homeScene( in includesScene() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeSceneViewModelTest.kt116 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in <lambda>() constant
123 assertThat(homeScene).isEqualTo(Scenes.Lockscreen) in <lambda>()
130 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in <lambda>() constant
138 assertThat(homeScene).isEqualTo(Scenes.Gone) in <lambda>()
145 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in <lambda>() constant
154 assertThat(homeScene).isEqualTo(Scenes.Lockscreen) in <lambda>()
161 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in <lambda>() constant
171 assertThat(homeScene).isEqualTo(Scenes.Gone) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt280 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in <lambda>() constant
290 assertThat(homeScene).isEqualTo(Scenes.Lockscreen) in <lambda>()
292 to = homeScene, in <lambda>()
301 val homeScene by collectLastValue(kosmos.homeSceneFamilyResolver.resolvedScene) in <lambda>() constant
318 assertThat(homeScene).isEqualTo(Scenes.Gone) in <lambda>()
320 to = homeScene, in <lambda>()