summaryrefslogtreecommitdiff
path: root/core/java/android/os/CommonTimeUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove CommonClock / CommonTimeManagementServiceNeil Fuller2018-06-041-293/+0
| | | | | | | | The service and associated code is unused. Bug: 80462439 Test: build / boot Change-Id: Ibdfab1b7d2951a0c45e07bd47850af037990841b
* Track libcore.os' move to android.system.Elliott Hughes2014-04-281-1/+1
| | | | | | | (This is partial, but should cover everything in AOSP master except for the zygote.) Change-Id: I1042c99245765746a744c44e714095cb2c6cb75d
* Make transactGetSockaddr locale safeJohan Redestig2012-11-231-9/+11
| | | | | | | Explicitly use Locale.US transactGetSockaddr to avoid unexpected results in some locales. Change-Id: If8316e543e21e133dc0c821cc390a2b55fe6fcdf
* Add Java interfaces to the common_time services.John Grossman2012-02-161-0/+291
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>