summaryrefslogtreecommitdiff
path: root/core/java/android/os/CommonClock.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove CommonClock / CommonTimeManagementServiceNeil Fuller2018-06-041-405/+0
| | | | | | | | The service and associated code is unused. Bug: 80462439 Test: build / boot Change-Id: Ibdfab1b7d2951a0c45e07bd47850af037990841b
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes2014-04-281-0/+1
|\ | | | | | | Change-Id: Id5c5997ad8f801b32e1dbd97413ea42e38c27210
| * 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
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-9/+0
|/ | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Add Java interfaces to the common_time services.John Grossman2012-02-161-0/+414
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>