Merge "Fix ErrorProne finding in WmTests" into tm-qpr-dev am: 2f186cfad9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20454888 Change-Id: I668ad69038cb3ebfbae19a70a4189de29960863d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -35,6 +35,7 @@ import com.android.internal.annotations.VisibleForTesting;
|
|||||||
|
|
||||||
import junit.framework.Assert;
|
import junit.framework.Assert;
|
||||||
|
|
||||||
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
@@ -72,6 +73,7 @@ public class LetterboxConfigurationPersisterTest {
|
|||||||
mLetterboxConfigurationPersister.start();
|
mLetterboxConfigurationPersister.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@After
|
||||||
public void tearDown() throws InterruptedException {
|
public void tearDown() throws InterruptedException {
|
||||||
deleteConfiguration(mLetterboxConfigurationPersister, mPersisterQueue);
|
deleteConfiguration(mLetterboxConfigurationPersister, mPersisterQueue);
|
||||||
waitForCompletion(mPersisterQueue);
|
waitForCompletion(mPersisterQueue);
|
||||||
|
|||||||
Reference in New Issue
Block a user