diff --git a/core/res/OWNERS b/core/res/OWNERS index 22f40a1461c08..6d05e0785ec1d 100644 --- a/core/res/OWNERS +++ b/core/res/OWNERS @@ -1,5 +1,4 @@ adamp@google.com -alanv@google.com asc@google.com cinek@google.com dsandler@android.com @@ -20,9 +19,6 @@ narayan@google.com ogunwale@google.com patb@google.com shanh@google.com -svetoslavganov@android.com -svetoslavganov@google.com -toddke@google.com tsuji@google.com yamasani@google.com diff --git a/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java b/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java index 1246d1ee46e88..1be9de78cd27d 100644 --- a/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java +++ b/services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java @@ -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; @@ -72,6 +73,7 @@ public class LetterboxConfigurationPersisterTest { mLetterboxConfigurationPersister.start(); } + @After public void tearDown() throws InterruptedException { deleteConfiguration(mLetterboxConfigurationPersister, mPersisterQueue); waitForCompletion(mPersisterQueue);