summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/CommonTimeManagementService.java
Commit message (Collapse)AuthorAgeFilesLines
* Network data activity change intent for network interfaces.Haoyu Bai2012-07-171-0/+2
| | | | | | | | The activity notification is received from netd, an intent DATA_ACTIVITY_CHANGE is then raised for other part of the system to consume. Change-Id: Idfcc4763c51c5b314c57f546c12557082f06bebf
* Add the CommonTimeManagementService.John Grossman2012-02-161-0/+377
Add a small service to the high level core set of system services to control the configuration of the native common time service. This service is responsible for controlling policy regarding when the common time service should be allowed to run, which networks it is allowed to run on, what priority it runs at in the master election algorithm, and so on. Change-Id: I1fcd834c0286aea0df9557520693a3f42de59d69 Signed-off-by: John Grossman <johngro@google.com>