commit | c18b91b35e64b8408257d261e775a8b741cd2dc4 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Mon Jun 17 16:46:35 2019 +0100 |
committer | Neil Fuller <nfuller@google.com> | Mon Jun 17 20:19:14 2019 +0100 |
tree | 05ae5aa6a042f707607af2b9cacdffebe1b7c1e1 | |
parent | 3f2aa4190dbe2e4779110e47e47df90e4e4992cb [diff] |
Migrate telephony code away from Time Switch telephony code under frameworks/base/ away from android.text.format.Time. Time uses 32-bit ints to represent seconds from the start of the Unix epoch and therefore will break in 2038. Moving to java.time types avoids this problem. Bug: 16550209 Test: build / boot / treehugger Change-Id: I49e748f686709c0c38aa5ba37b37ec4ed1e68b55