Home
last modified time | relevance | path

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

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
H A DTzLookupGeneratorTest.java100 assertFileMissing(tzLookupFile); in invalidRulesVersion()
122 assertFileMissing(tzLookupFile); in countryWithNoTimeZoneMappings()
149 assertFileMissing(tzLookupFile); in countryWithDuplicateTimeZoneMappings()
174 assertFileMissing(tzLookupFile); in badDefaultId()
198 assertFileMissing(tzLookupFile); in explicitDefaultIdInvalid()
259 assertFileMissing(tzLookupFile); in countryZonesContainsNonLowercaseIsoCode()
283 assertFileMissing(tzLookupFile); in countryZonesContainsDuplicate()
304 assertFileMissing(tzLookupFile); in countryZonesAndZoneTabCountryMismatch()
327 assertFileMissing(tzLookupFile); in countryZonesAndZoneTabDisagreeOnZones()
348 assertFileMissing(tzLookupFile); in duplicateEntriesInZoneTab()
[all …]
/aosp12/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
H A DTimeZoneDistroInstaller.java220 File tzLookupFile = new File(workingDir, TimeZoneDistro.TZLOOKUP_FILE_NAME); in stageInstallWithErrorCode() local
221 if (!tzLookupFile.exists()) { in stageInstallWithErrorCode()
222 Slog.i(logTag, "Update not applied: " + tzLookupFile + " does not exist"); in stageInstallWithErrorCode()
227 TimeZoneFinder.createInstance(tzLookupFile.getPath()); in stageInstallWithErrorCode()
230 Slog.i(logTag, "Update not applied: " + tzLookupFile + " failed validation", e); in stageInstallWithErrorCode()
/aosp12/system/timezone/distro/tools/src/main/com/android/timezone/distro/builder/
H A DTimeZoneDistroBuilder.java94 public TimeZoneDistroBuilder setTzLookupFile(File tzLookupFile) throws IOException { in setTzLookupFile() argument
95 return setTzLookupXml(readFileAsUtf8(tzLookupFile)); in setTzLookupFile()
/aosp12/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
H A DTimeZoneDistroInstallerTest.java677 File tzLookupFile = new File(stagedTzDataDir, TimeZoneDistro.TZLOOKUP_FILE_NAME); in assertInstallDistroStaged() local
678 assertTrue(tzLookupFile.exists()); in assertInstallDistroStaged()
705 tzLookupFile); in assertInstallDistroStaged()