Home
last modified time | relevance | path

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

/frameworks/opt/localepicker/tests/src/com/android/localepicker/
DLocaleHelperTest.java67 String displayCountry = LocaleHelper.getDisplayCountry(Locale.GERMANY, Locale.GERMANY); in getDisplayCountry_shouldReturnLocalizedCountryName() local
68 assertThat(displayCountry).isEqualTo("Deutschland"); in getDisplayCountry_shouldReturnLocalizedCountryName()