Searched refs:tzLookupXml (Results 1 – 2 of 2) sorted by relevance
/system/timezone/distro/tools/src/main/com/android/timezone/distro/builder/ |
D | TimeZoneDistroBuilder.java | 46 private String tzLookupXml; field in TimeZoneDistroBuilder 98 public TimeZoneDistroBuilder setTzLookupXml(String tzLookupXml) { in setTzLookupXml() argument 99 this.tzLookupXml = tzLookupXml; in setTzLookupXml() 135 if (tzLookupXml != null) { in buildUnvalidatedBytes() 137 tzLookupXml.getBytes(StandardCharsets.UTF_8)); in buildUnvalidatedBytes()
|
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | TzLookupGeneratorTest.java | 205 String tzLookupXml = generateTzLookupXml(gbWithoutDefault, gbZoneTabEntries, in calculatedDefaultZone() local 209 assertContains(tzLookupXml, "code=\"gb\" default=\"" + gbTimeZoneId + "\""); in calculatedDefaultZone() 223 String tzLookupXml = generateTzLookupXml(gbWithExplicitDefaultTimeZone, gbZoneTabEntries, in explicitDefaultZone() local 227 assertContains(tzLookupXml, "code=\"gb\" default=\"" + gbTimeZoneId + "\""); in explicitDefaultZone() 444 String tzLookupXml = generateTzLookupXml(country, zoneTabWithNewIds, backwardLinks); in usingOldLinksValid() local 452 assertContains(tzLookupXml, expectedLine); in usingOldLinksValid() 502 String tzLookupXml = generateTzLookupXml(validCountryGb, createValidZoneTabEntriesGb(), in everUtc_true() local 506 assertContains(tzLookupXml, "everutc=\"y\""); in everUtc_true() 512 String tzLookupXml = generateTzLookupXml(validCountryFr, createValidZoneTabEntriesFr(), in everUtc_false() local 516 assertContains(tzLookupXml, "everutc=\"n\""); in everUtc_false() [all …]
|