Home
last modified time | relevance | path

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

/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java55 private static final String NEWER_RULES_VERSION = "2030d"; field in TimeZoneDistroInstallerTest
178 byte[] distro3Bytes = createValidTimeZoneDistroBytes(NEWER_RULES_VERSION, 1); in testStageInstallWithErrorCode_successfulFollowOnUpdate_newerVersion()
220 byte[] distro2Bytes = createValidTimeZoneDistroBytes(NEWER_RULES_VERSION, 1); in testStageInstallWithErrorCode_existingStagedUninstall()
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()
565 byte[] distro2Bytes = createValidTimeZoneDistroBytes(NEWER_RULES_VERSION, 1); in testGetStagedDistroOperation()