Loading core/java/android/os/LocaleList.java +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ import java.util.Locale; * LocaleList is an immutable list of Locales, typically used to keep an ordered list of user * preferences for locales. */ @android.ravenwood.annotation.RavenwoodKeepWholeClass public final class LocaleList implements Parcelable { private final Locale[] mList; // This is a comma-separated list of the locales in the LocaleList created at construction time, Loading core/tests/coretests/src/android/os/LocaleListTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertSame; import static org.junit.Assert.fail; import android.platform.test.annotations.IgnoreUnderRavenwood; import android.platform.test.ravenwood.RavenwoodRule; import androidx.test.ext.junit.runners.AndroidJUnit4; Loading @@ -33,7 +32,6 @@ import org.junit.runner.RunWith; import java.util.Locale; @RunWith(AndroidJUnit4.class) @IgnoreUnderRavenwood(blockedBy = LocaleList.class) public class LocaleListTest { @Rule public final RavenwoodRule mRavenwood = new RavenwoodRule(); Loading ravenwood/texts/ravenwood-annotation-allowed-classes.txt +1 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ android.os.Handler android.os.HandlerExecutor android.os.HandlerThread android.os.IBinder android.os.LocaleList android.os.Looper android.os.Message android.os.MessageQueue Loading Loading
core/java/android/os/LocaleList.java +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ import java.util.Locale; * LocaleList is an immutable list of Locales, typically used to keep an ordered list of user * preferences for locales. */ @android.ravenwood.annotation.RavenwoodKeepWholeClass public final class LocaleList implements Parcelable { private final Locale[] mList; // This is a comma-separated list of the locales in the LocaleList created at construction time, Loading
core/tests/coretests/src/android/os/LocaleListTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertSame; import static org.junit.Assert.fail; import android.platform.test.annotations.IgnoreUnderRavenwood; import android.platform.test.ravenwood.RavenwoodRule; import androidx.test.ext.junit.runners.AndroidJUnit4; Loading @@ -33,7 +32,6 @@ import org.junit.runner.RunWith; import java.util.Locale; @RunWith(AndroidJUnit4.class) @IgnoreUnderRavenwood(blockedBy = LocaleList.class) public class LocaleListTest { @Rule public final RavenwoodRule mRavenwood = new RavenwoodRule(); Loading
ravenwood/texts/ravenwood-annotation-allowed-classes.txt +1 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ android.os.Handler android.os.HandlerExecutor android.os.HandlerThread android.os.IBinder android.os.LocaleList android.os.Looper android.os.Message android.os.MessageQueue Loading