Home
last modified time | relevance | path

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

/frameworks/opt/localepicker/tests/src/com/android/localepicker/
DLocaleHelperTest.java73 LocaleInfo germany = LocaleStore.getLocaleInfo(Locale.GERMANY); in localeInfoComparator_shouldSortLocales() local
78 new ArrayList<>(Arrays.asList(germany, unitedStates, japan)); in localeInfoComparator_shouldSortLocales()
80 assertThat(list).containsExactly(germany, unitedStates, japan).inOrder(); in localeInfoComparator_shouldSortLocales()