Home
last modified time | relevance | path

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

/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java113 byte[] distroBytes = createValidTimeZoneDistroBytes(NEW_RULES_VERSION, 1); in testStageInstallWithErrorCode_badBaseFile()
126 byte[] distroBytes = createValidTimeZoneDistroBytes(NEW_RULES_VERSION, 1); in testStageInstallWithErrorCode_successfulFirstUpdate()
140 byte[] distroBytes = createValidTimeZoneDistroBytes(BASE_RULES_VERSION, 1); in testStageInstallWithErrorCode_successfulFirstUpdate_sameVersionAsBase()
153 byte[] distroBytes = createValidTimeZoneDistroBytes(OLDER_RULES_VERSION, 1); in testStageInstallWithErrorCode_unsuccessfulFirstUpdate_olderVersionThanBase()
166 byte[] distro1Bytes = createValidTimeZoneDistroBytes(NEW_RULES_VERSION, 1); in testStageInstallWithErrorCode_successfulFollowOnUpdate_newerVersion()
172 byte[] distro2Bytes = createValidTimeZoneDistroBytes(NEW_RULES_VERSION, 2); in testStageInstallWithErrorCode_successfulFollowOnUpdate_newerVersion()
178 byte[] distro3Bytes = createValidTimeZoneDistroBytes(NEWER_RULES_VERSION, 1); in testStageInstallWithErrorCode_successfulFollowOnUpdate_newerVersion()
192 byte[] distro1Bytes = createValidTimeZoneDistroBytes(NEW_RULES_VERSION, 2); in testStageInstallWithErrorCode_unsuccessfulFollowOnUpdate_olderVersion()
198 byte[] distro2Bytes = createValidTimeZoneDistroBytes(OLDER_RULES_VERSION, 1); in testStageInstallWithErrorCode_unsuccessfulFollowOnUpdate_olderVersion()
212 byte[] distro1Bytes = createValidTimeZoneDistroBytes(NEW_RULES_VERSION, 1); in testStageInstallWithErrorCode_existingStagedUninstall()
[all …]