OSDN Git Service

Prepare for migration to the time detector service
authorNeil Fuller <nfuller@google.com>
Thu, 21 Jun 2018 14:16:36 +0000 (15:16 +0100)
committerNeil Fuller <nfuller@google.com>
Tue, 26 Jun 2018 08:46:32 +0000 (09:46 +0100)
commitb3d6abbe6fbf5147cb5d8aa2320b11fa9c6cca81
tree6a00c0e2ebe56124f420fb25c6db2e138393debb
parentb1fc5a4c7ee9dffe48f143c580d88ee4862f3c2e
Prepare for migration to the time detector service

Paves the way for moving more behavior to the time detector
service from the NetworkTimeUpdateService.

The NewNetworkTimeUpdateService is effectively identical to
the OldNetworkTimeUpdateService in this initial commit.

Bug: 78217059
Test: build / boot
Merged-In: Ica9fa9b61c849e034d76c0faae5693b60a4a197f
Change-Id: Ica9fa9b61c849e034d76c0faae5693b60a4a197f
services/core/java/com/android/server/NetworkTimeUpdateService.java
services/core/java/com/android/server/NewNetworkTimeUpdateService.java [new file with mode: 0644]
services/core/java/com/android/server/OldNetworkTimeUpdateService.java [new file with mode: 0644]
services/java/com/android/server/SystemServer.java