HomeSort by relevance Sort by last modified time
    Searched defs:stageInstallWithErrorCode (Results 1 - 5 of 5) sorted by null

  /system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
TimeZoneDistroInstaller.java 51 /** {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Success. */
54 /** {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Distro corrupt. */
58 * {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Distro version incompatible.
63 * {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Distro rules too old for
69 * {@link #stageInstallWithErrorCode(TimeZoneDistro)} result code: Distro content failed
154 public @InstallResultType int stageInstallWithErrorCode(TimeZoneDistro distro)
  /system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
TimeZoneDistroInstallerTest.java 110 brokenSystemInstaller.stageInstallWithErrorCode(new TimeZoneDistro(distroBytes));
124 installer.stageInstallWithErrorCode(new TimeZoneDistro(distroBytes)));
137 installer.stageInstallWithErrorCode(new TimeZoneDistro(distroBytes)));
150 installer.stageInstallWithErrorCode(new TimeZoneDistro(distroBytes)));
163 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro1Bytes)));
169 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro2Bytes)));
175 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro3Bytes)));
189 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro1Bytes)));
195 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro2Bytes)));
217 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro2Bytes)))
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 69 milliseconds