HomeSort by relevance Sort by last modified time
    Searched refs:lookupAllCountryIsoCodes (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/test/java/libcore/libcore/util/
CountryZonesFinderTest.java 49 public void lookupAllCountryIsoCodes() throws Exception {
53 List<String> isoList = countryZonesFinder.lookupAllCountryIsoCodes();
60 List<String> isoList = countryZonesFinder.lookupAllCountryIsoCodes();
TimeZoneFinderTest.java 539 assertEquals(list("gb", "fr"), countryZonesFinder.lookupAllCountryIsoCodes());
553 assertEquals(list(), countryZonesFinder.lookupAllCountryIsoCodes());
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/model/
TimeZoneDataTest.java 45 when(mCountryZonesFinder.lookupAllCountryIsoCodes()).thenReturn(new ArrayList<>());
60 when(mCountryZonesFinder.lookupAllCountryIsoCodes()).thenReturn(Collections.emptyList());
64 when(mCountryZonesFinder.lookupAllCountryIsoCodes()).thenReturn(Arrays.asList("us", "GB"));
  /libcore/luni/src/main/java/libcore/util/
CountryZonesFinder.java 44 public List<String> lookupAllCountryIsoCodes() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
RegionSearchPickerTest.java 64 when(finder.lookupAllCountryIsoCodes()).thenReturn(regionList);
83 when(finder.lookupAllCountryIsoCodes()).thenReturn(regionList);
FixedOffsetPickerTest.java 50 when(mFinder.lookupAllCountryIsoCodes()).thenReturn(regionList);
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/model/
TimeZoneData.java 58 mRegionIds = getNormalizedRegionIds(mCountryZonesFinder.lookupAllCountryIsoCodes());

Completed in 182 milliseconds