summaryrefslogtreecommitdiff
path: root/core/java/android/timezone/TimeZoneFinder.java
Commit message (Collapse)AuthorAgeFilesLines
* Move libcore.timezone to the i18n module - Final partVictor Chang2020-06-301-4/+6
| | | | | | Bug: 141747409 Test: atest CtsLibcoreTestCases CtsLibcoreTestCases Change-Id: Id3c9a56dcf86b6f5ec81d09d12e432fc97f178c0
* Remove System APIs not required for RNeil Fuller2020-02-041-2/+0
| | | | | | | Test: treehugger Bug: 148842434 Merged-In: If022a726a058a90cb5446d220628c76800da8e96 Change-Id: If022a726a058a90cb5446d220628c76800da8e96
* Tidy up module-lib API and locksNeil Fuller2020-01-281-1/+1
| | | | | | | Fixing various nits. Test: treehugger Change-Id: I636d1b9ef084be58ea07caa0a04ba70de18a030b
* Add new module-lib APIs for MTS testingNeil Fuller2020-01-211-9/+20
| | | | | | | | | | | | | | | 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
* System API proxies for the telephony moduleNeil Fuller2020-01-151-0/+67
Introduce classes that exist to give the telephony module something stable to call for in-process utilities: libcore cannot directly expose System APIs today and the package names are internal. The APIs are the subset of internal libcore.timezone APIs used by telephony code currently. Bug: 139091367 Test: See associated frameworks/opt/telephony commit Merged-In: I6109aef77171346ecb103c190526b7b9b81012b2 Change-Id: I6109aef77171346ecb103c190526b7b9b81012b2 (cherry picked from commit 944aeffa85ab0a94e20a4edc7293fe70f904bddd)