Loading core/java/android/os/LocaleList.java +0 −11 Original line number Diff line number Diff line Loading @@ -147,17 +147,6 @@ public final class LocaleList implements Parcelable { return mStringRepresentation; } /** * It is almost always better to call {@link #getEmptyLocaleList()} instead which returns * a pre-constructed empty locale list. * * @hide */ public LocaleList() { mList = sEmptyList; mStringRepresentation = ""; } /** * Creates a new {@link LocaleList}. * Loading Loading
core/java/android/os/LocaleList.java +0 −11 Original line number Diff line number Diff line Loading @@ -147,17 +147,6 @@ public final class LocaleList implements Parcelable { return mStringRepresentation; } /** * It is almost always better to call {@link #getEmptyLocaleList()} instead which returns * a pre-constructed empty locale list. * * @hide */ public LocaleList() { mList = sEmptyList; mStringRepresentation = ""; } /** * Creates a new {@link LocaleList}. * Loading