Loading services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import com.android.internal.annotations.VisibleForTesting; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; Loading Loading @@ -72,6 +73,7 @@ public class LetterboxConfigurationPersisterTest { mLetterboxConfigurationPersister.start(); } @After public void tearDown() throws InterruptedException { deleteConfiguration(mLetterboxConfigurationPersister, mPersisterQueue); waitForCompletion(mPersisterQueue); Loading Loading
services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import com.android.internal.annotations.VisibleForTesting; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; Loading Loading @@ -72,6 +73,7 @@ public class LetterboxConfigurationPersisterTest { mLetterboxConfigurationPersister.start(); } @After public void tearDown() throws InterruptedException { deleteConfiguration(mLetterboxConfigurationPersister, mPersisterQueue); waitForCompletion(mPersisterQueue); Loading