Searched refs:TimeZoneDistroInstaller (Results 1 – 2 of 2) sorted by relevance
57 private TimeZoneDistroInstaller installer;79 installer = new TimeZoneDistroInstaller( in setUp()111 TimeZoneDistroInstaller brokenBaseInstaller = new TimeZoneDistroInstaller( in testStageInstallWithErrorCode_badBaseFile()129 TimeZoneDistroInstaller.INSTALL_SUCCESS, in testStageInstallWithErrorCode_successfulFirstUpdate()142 TimeZoneDistroInstaller.INSTALL_SUCCESS, in testStageInstallWithErrorCode_successfulFirstUpdate_sameVersionAsBase()155 TimeZoneDistroInstaller.INSTALL_FAIL_RULES_TOO_OLD, in testStageInstallWithErrorCode_unsuccessfulFirstUpdate_olderVersionThanBase()168 TimeZoneDistroInstaller.INSTALL_SUCCESS, in testStageInstallWithErrorCode_successfulFollowOnUpdate_newerVersion()174 TimeZoneDistroInstaller.INSTALL_SUCCESS, in testStageInstallWithErrorCode_successfulFollowOnUpdate_newerVersion()180 TimeZoneDistroInstaller.INSTALL_SUCCESS, in testStageInstallWithErrorCode_successfulFollowOnUpdate_newerVersion()194 TimeZoneDistroInstaller.INSTALL_SUCCESS, in testStageInstallWithErrorCode_unsuccessfulFollowOnUpdate_olderVersion()[all …]
41 public class TimeZoneDistroInstaller { class121 public TimeZoneDistroInstaller(String logTag, File baseVersionFile, File installDir) { in TimeZoneDistroInstaller() method in TimeZoneDistroInstaller