Loading packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/composable/BouncerPredictiveBackTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ import com.android.systemui.scene.ui.viewmodel.SceneContainerViewModel import com.android.systemui.scene.ui.viewmodel.splitEdgeDetector import com.android.systemui.shade.domain.interactor.shadeInteractor import com.android.systemui.testKosmos import kotlin.time.Duration.Companion.seconds import kotlinx.coroutines.awaitCancellation import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.MutableStateFlow Loading Loading @@ -171,7 +172,7 @@ class BouncerPredictiveBackTest : SysuiTestCase() { @Test fun bouncerPredictiveBackMotion() = motionTestRule.runTest { motionTestRule.runTest(timeout = 30.seconds) { val motion = recordMotion( content = { play -> Loading Loading
packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/composable/BouncerPredictiveBackTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ import com.android.systemui.scene.ui.viewmodel.SceneContainerViewModel import com.android.systemui.scene.ui.viewmodel.splitEdgeDetector import com.android.systemui.shade.domain.interactor.shadeInteractor import com.android.systemui.testKosmos import kotlin.time.Duration.Companion.seconds import kotlinx.coroutines.awaitCancellation import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.MutableStateFlow Loading Loading @@ -171,7 +172,7 @@ class BouncerPredictiveBackTest : SysuiTestCase() { @Test fun bouncerPredictiveBackMotion() = motionTestRule.runTest { motionTestRule.runTest(timeout = 30.seconds) { val motion = recordMotion( content = { play -> Loading