Searched refs:getEmptyLocaleList (Results 1 – 10 of 10) sorted by relevance
31 ll = new LocaleList(Locale.forLanguageTag("fr"), LocaleList.getEmptyLocaleList()); in testConstructor()56 final LocaleList ll = new LocaleList(null, LocaleList.getEmptyLocaleList()); in testConstructor_nullThrows()
53 mLocales = locale == null ? LocaleList.getEmptyLocaleList() : new LocaleList(locale); in LocaleSpan()
254 public static LocaleList getEmptyLocaleList() { in getEmptyLocaleList() method in LocaleList267 return getEmptyLocaleList(); in forLanguageTags()
447 LocaleList.getEmptyLocaleList().writeToParcel(dest, flags); in writeToParcel()
747 mLocaleList = locale == null ? LocaleList.getEmptyLocaleList() : new LocaleList(locale); in fixUpLocaleList()923 mLocaleList = LocaleList.getEmptyLocaleList(); in setToDefaults()1466 mLocaleList = locales == null ? LocaleList.getEmptyLocaleList() : locales; in setLocales()1484 setLocales(loc == null ? LocaleList.getEmptyLocaleList() : new LocaleList(loc)); in setLocale()1493 mLocaleList = LocaleList.getEmptyLocaleList(); in clearLocales()
45 final LocaleList preferredLocales = LocaleList.getEmptyLocaleList(); in testFilterByLanguageEmptyLanguageList()
1228 return LocaleList.getEmptyLocaleList(); in getLocalesFromLanguageTags()
28687 method public static android.os.LocaleList getEmptyLocaleList();
28756 method public static android.os.LocaleList getEmptyLocaleList();
31128 method public static android.os.LocaleList getEmptyLocaleList();