Loading packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/MultiDisplayAutoHideControllerStoreTest.kt +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ class MultiDisplayAutoHideControllerStoreTest : SysuiTestCase() { @Before fun addDisplays() = runBlocking { fakeDisplayRepository.addDisplay(DEFAULT_DISPLAY) } @Before fun start() { underTest.start() } @Test fun beforeDisplayRemoved_doesNotStopInstances() = testScope.runTest { Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/MultiDisplayAutoHideControllerStoreTest.kt +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ class MultiDisplayAutoHideControllerStoreTest : SysuiTestCase() { @Before fun addDisplays() = runBlocking { fakeDisplayRepository.addDisplay(DEFAULT_DISPLAY) } @Before fun start() { underTest.start() } @Test fun beforeDisplayRemoved_doesNotStopInstances() = testScope.runTest { Loading