diff options
| author | Neil Fuller <nfuller@google.com> | 2021-01-26 20:18:01 +0000 |
|---|---|---|
| committer | Neil Fuller <nfuller@google.com> | 2021-01-27 17:24:38 +0000 |
| commit | 040dc8e2cdb7516a6487b08ad12b0b4f803e464a (patch) | |
| tree | b6e03618a17c5ef213e5d769be3cef158c498fb3 /services/java/com/android | |
| parent | c8d8b7cd9c13d189f905d89212eaa78dd629546c (diff) | |
Move code from c.a.server.location.timezone
Move code from com.android.server.location.timezone to
com.android.server.timezonedetector.location.
It has more in common with time zone detection than location code.
Bug: 175119330
Test: Treehugger
Change-Id: I80e8c88ba1e3903f3b662cb195c5b2877ba661b0
Diffstat (limited to 'services/java/com/android')
| -rw-r--r-- | services/java/com/android/server/SystemServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/SystemServer.java b/services/java/com/android/server/SystemServer.java index 12595af1db7f..0768bb93839d 100644 --- a/services/java/com/android/server/SystemServer.java +++ b/services/java/com/android/server/SystemServer.java @@ -326,7 +326,7 @@ public final class SystemServer implements Dumpable { private static final String TIME_ZONE_DETECTOR_SERVICE_CLASS = "com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle"; private static final String LOCATION_TIME_ZONE_MANAGER_SERVICE_CLASS = - "com.android.server.location.timezone.LocationTimeZoneManagerService$Lifecycle"; + "com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifecycle"; private static final String GNSS_TIME_UPDATE_SERVICE_CLASS = "com.android.server.timedetector.GnssTimeUpdateService$Lifecycle"; private static final String ACCESSIBILITY_MANAGER_SERVICE_CLASS = |
