Home | History | Annotate | Download | only in cts

Lines Matching defs:getEmptyLocaleList

181         LocaleList empty = LocaleList.getEmptyLocaleList();
182 LocaleList anotherEmpty = LocaleList.getEmptyLocaleList();
190 assertEquals(LocaleList.getEmptyLocaleList(), LocaleList.forLanguageTags(null));
191 assertEquals(LocaleList.getEmptyLocaleList(), LocaleList.forLanguageTags(""));
265 LocaleList.setDefault(LocaleList.getEmptyLocaleList());
306 assertEquals(LocaleList.getEmptyLocaleList(),
307 cloneViaParcel(LocaleList.getEmptyLocaleList()));
319 LocaleList.getEmptyLocaleList().describeContents();
338 assertNull(LocaleList.getEmptyLocaleList().getFirstMatch(noAssets));
349 assertNull(LocaleList.getEmptyLocaleList().getFirstMatch(oneDutchAsset));
366 assertNull(LocaleList.getEmptyLocaleList().getFirstMatch(FrenchAndDutchAssets));