Home
last modified time | relevance | path

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

/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java57 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 …]
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
DTimeZoneDistroInstaller.java41 public class TimeZoneDistroInstaller { class
121 public TimeZoneDistroInstaller(String logTag, File baseVersionFile, File installDir) { in TimeZoneDistroInstaller() method in TimeZoneDistroInstaller