Home | History | Annotate | Download | only in model

Lines Matching defs:timeZoneData

50         TimeZoneData timeZoneData = new TimeZoneData(mCountryZonesFinder);
54 assertThat(timeZoneData.lookupCountryTimeZones("US").getCountryTimeZones())
61 TimeZoneData timeZoneData = new TimeZoneData(mCountryZonesFinder);
62 assertThat(timeZoneData.getRegionIds()).isEmpty();
65 timeZoneData = new TimeZoneData(mCountryZonesFinder);
66 assertThat(timeZoneData.getRegionIds()).containsExactly("US", "GB");
71 TimeZoneData timeZoneData = new TimeZoneData(mCountryZonesFinder);
72 assertThat(timeZoneData.lookupCountryCodesForZoneId(null)).isEmpty();
86 assertThat(timeZoneData.lookupCountryCodesForZoneId("Unknown/Secret_City"))
88 assertThat(timeZoneData.lookupCountryCodesForZoneId("Unknown/Secret_City2")).isEmpty();