History log of /system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/TimeZoneDistroInstaller.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb6b42638b0471ccd8bf9cc6e02dc7efeba1bb98 14-Sep-2017 Neil Fuller <nfuller@google.com> Fix a no-op uninstall being treated as a failure

Treat a stageUninstall() doing nothing as a success, not a
failure. This prevents the system retrying the uninstall
later.

Modified several tests accordingly and added new
ones to catch similar cases.

Test: Manual testing, adb dumpsys timezone
Test: PTS: run pts -m PtsTimeZoneTestCases
Test: CTS: run cts -m CtsLibcoreTestCases -t com.android.timezone.distro.installer.TimeZoneDistroInstallerTest
Bug: 65657176
Merged-in: I00b0cae4e2473a2b55480f0274af493bbc4f3ca8
Change-Id: I00b0cae4e2473a2b55480f0274af493bbc4f3ca8
(cherry picked from commit 5a9e9b9ed812b1df5d109a9fa99de4f32f6ea50b)
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/TimeZoneDistroInstaller.java
ce39b41eaa611ae8faa3a6e95be8f426e3d51fa1 25-Jul-2017 Neil Fuller <nfuller@google.com> Update a bug reference / fix spammy logging

A separate bug has been pulled out for a follow up and
some logging is being dropped to a lower level to reduce
logspam.

Bug: 64016752
Bug: 31008728
Test: make
Change-Id: Icad98812c60b9124aec0ed80e4be0eef47e22e8d
(cherry picked from commit 58fa451ab6b6f34d2c0c9a187ccf00afb07525e1)
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/TimeZoneDistroInstaller.java
71a6a6fdb83407ea7a7317e3cdc9128355a5937b 29-Jun-2017 Neil Fuller <nfuller@google.com> Move distro installer code to system/timezone

This is a move of code from libcore/tzdata/update2 to
system/timezone/distro/installer.

Bug: 31008728
Test: mmm system/timezone/distro/installer
Change-Id: Iaf65b930fad2efc37ae04a899355b1fd2910a932
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/TimeZoneDistroInstaller.java