summaryrefslogtreecommitdiff
path: root/core/java/android/os/CommonTimeConfig.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove CommonClock / CommonTimeManagementServiceNeil Fuller2018-06-041-447/+0
| | | | | | | | The service and associated code is unused. Bug: 80462439 Test: build / boot Change-Id: Ibdfab1b7d2951a0c45e07bd47850af037990841b
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Add Java interfaces to the common_time services.John Grossman2012-02-161-0/+448
Add classes to handling binder marshalling to and from the native common_time interfaces (config and clock) Change-Id: I04fc429d9af27736c4f7f9b5468011ffdd4d7eaa Signed-off-by: John Grossman <johngro@google.com>