summaryrefslogtreecommitdiff
path: root/core/java/android/timezone/ZoneInfoDb.java
Commit message (Collapse)AuthorAgeFilesLines
* Use new package name for ZoneInfo and libcore.timezoneVictor Chang2020-06-251-3/+3
| | | | | | Bug: 141747409 Test: None Change-Id: Id99a345ec024179295063c3644f72c062cb50554
* Remove System APIs not required for RNeil Fuller2020-02-041-2/+0
| | | | | | Test: treehugger Bug: 148842434 Change-Id: If022a726a058a90cb5446d220628c76800da8e96
* Merge "Tidy up module-lib API and locks"Neil Fuller2020-01-291-1/+1
|\
| * Tidy up module-lib API and locksNeil Fuller2020-01-281-1/+1
| | | | | | | | | | | | | | Fixing various nits. Test: treehugger Change-Id: I636d1b9ef084be58ea07caa0a04ba70de18a030b
* | Rename ZoneInfoDB -> ZoneInfoDbNeil Fuller2020-01-281-3/+3
|/ | | | | | | | Rename ZoneInfoDB -> ZoneInfoDb to conform with coding standards. Bug: 148086409 Test: treehugger Change-Id: I2a5eca6bd013d3ca2ba93aabf36745f8873fc6fb
* Add new module-lib APIs for MTS testingNeil Fuller2020-01-211-0/+66
Several android.timezone classes have already been exposed for the telephony module work, so these tests provide coverage for those. Additional APIs have been exposed for MTS testing, i.e. to provide greater confidence that the tzdata module data is correct / is being read correctly. Also, small changes to existing code to make them consistent with new classes. Small docs improvements. Bug: 147884233 Test: see system/timezone change Change-Id: I047b29f17a41993f859947a6d6c3685896fe4cb6