History log of /packages/apps/Settings/src/com/android/settings/datetime/timezone/model/FilteredCountryTimeZones.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
490e46e01b789cf3487c60b781a353e30ae7d225 15-Mar-2018 Victor Chang <vichang@google.com> Show time zone used in or after 2018 only

- Year 2018 is picked as the new time zone data
for picker is introduced in 2018. I can be adjusted
in the future to show more merged time zones.
- Add test to ensure each region has at least
one time zone.
- Fix a issue not using a singleton of TimeZoneData
in commit 6c33caad4bb793b3dbbfc826549e200d906830f0

Bug: 72142943
Test: atest SettingsUnitTests:TimeZoneDataTest
Change-Id: I5eba7fbd59a2d3fd2e8062c9615946dc4bbb6314
/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/FilteredCountryTimeZones.java
6c33caad4bb793b3dbbfc826549e200d906830f0 28-Feb-2018 Victor Chang <vichang@google.com> Time Zone data loader

- Use CountryZonesFinder to provide time zone id and region-to-timezone
mapping, where the underlying data is updatable through an unbundled time zone
data app in some devices.

Bug: 73952488
Bug: 72144448
Test: m RunSettingsRoboTests
Change-Id: I2e01e167c48987ebb98d4881a1a528d16dd82944
/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/FilteredCountryTimeZones.java