Home
last modified time | relevance | path

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

/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java239 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_missingTzDataFile()
258 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_missingIcuFile()
277 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_missingTzLookupFile()
296 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_badTzLookupFile()
315 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_missingTelephonyLookupFile()
334 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_badTelephonyLookupFile()
365 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_withMissingDistroVersionFile()
382 .buildUnvalidatedBytes(); in testStageInstallWithErrorCode_withNewerDistroVersion()
397 createValidTimeZoneDistroBuilder(NEW_RULES_VERSION, 1).buildUnvalidatedBytes(); in testStageInstallWithErrorCode_withBadlyFormedDistroVersion()
414 createValidTimeZoneDistroBuilder(NEW_RULES_VERSION, 1).buildUnvalidatedBytes(); in testStageInstallWithErrorCode_withBadlyFormedRevision()
[all …]
/system/timezone/distro/tools/src/main/com/android/timezone/distro/builder/
DTimeZoneDistroBuilder.java122 public byte[] buildUnvalidatedBytes() throws DistroException { in buildUnvalidatedBytes() method in TimeZoneDistroBuilder
162 return buildUnvalidatedBytes(); in buildBytes()