Searched refs:createValidTimeZoneDistroBuilder (Results 1 – 1 of 1) sorted by relevance
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/ |
D | TimeZoneDistroInstallerTest.java | 237 createValidTimeZoneDistroBuilder(NEWER_RULES_VERSION, 1) in testStageInstallWithErrorCode_missingTzDataFile() 256 createValidTimeZoneDistroBuilder(NEWER_RULES_VERSION, 1) in testStageInstallWithErrorCode_missingIcuFile() 275 createValidTimeZoneDistroBuilder(NEWER_RULES_VERSION, 1) in testStageInstallWithErrorCode_missingTzLookupFile() 294 createValidTimeZoneDistroBuilder(NEWER_RULES_VERSION, 1) in testStageInstallWithErrorCode_badTzLookupFile() 313 createValidTimeZoneDistroBuilder(NEWER_RULES_VERSION, 1) in testStageInstallWithErrorCode_missingTelephonyLookupFile() 332 createValidTimeZoneDistroBuilder(NEWER_RULES_VERSION, 1) in testStageInstallWithErrorCode_badTelephonyLookupFile() 363 byte[] distroBytes = createValidTimeZoneDistroBuilder(NEW_RULES_VERSION, 1) in testStageInstallWithErrorCode_withMissingDistroVersionFile() 378 byte[] distroBytes = createValidTimeZoneDistroBuilder(NEW_RULES_VERSION, 1) in testStageInstallWithErrorCode_withNewerDistroVersion() 397 createValidTimeZoneDistroBuilder(NEW_RULES_VERSION, 1).buildUnvalidatedBytes(); in testStageInstallWithErrorCode_withBadlyFormedDistroVersion() 414 createValidTimeZoneDistroBuilder(NEW_RULES_VERSION, 1).buildUnvalidatedBytes(); in testStageInstallWithErrorCode_withBadlyFormedRevision() [all …]
|