Home
last modified time | relevance | path

Searched refs:getEmptyLocaleList (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DLocaleListTest.java31 ll = new LocaleList(Locale.forLanguageTag("fr"), LocaleList.getEmptyLocaleList()); in testConstructor()
56 final LocaleList ll = new LocaleList(null, LocaleList.getEmptyLocaleList()); in testConstructor_nullThrows()
/frameworks/base/core/java/android/text/style/
DLocaleSpan.java53 mLocales = locale == null ? LocaleList.getEmptyLocaleList() : new LocaleList(locale); in LocaleSpan()
/frameworks/base/core/java/android/os/
DLocaleList.java254 public static LocaleList getEmptyLocaleList() { in getEmptyLocaleList() method in LocaleList
267 return getEmptyLocaleList(); in forLanguageTags()
/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java447 LocaleList.getEmptyLocaleList().writeToParcel(dest, flags); in writeToParcel()
/frameworks/base/core/java/android/content/res/
DConfiguration.java747 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()
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DLocaleUtilsTest.java45 final LocaleList preferredLocales = LocaleList.getEmptyLocaleList(); in testFilterByLanguageEmptyLanguageList()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1228 return LocaleList.getEmptyLocaleList(); in getLocalesFromLanguageTags()
/frameworks/base/api/
Dcurrent.txt28687 method public static android.os.LocaleList getEmptyLocaleList();
Dtest-current.txt28756 method public static android.os.LocaleList getEmptyLocaleList();
Dsystem-current.txt31128 method public static android.os.LocaleList getEmptyLocaleList();