Revert "Minimum viable TimeZoneDetectorService"
Remove the stubbed TimeZoneDetectorService. Priorities dictated that it not be worked on so it has never been used. This reverts commit7fb88c3928. Bug: 112827764 Bug: 78217059 Test: build / boot Change-Id: I39ed2fc7f8de8d4b2c0d883cd264cc126579af27 Merged-In: I39ed2fc7f8de8d4b2c0d883cd264cc126579af27 (cherry picked from commitf4894d391b)
This commit is contained in:
@@ -238,8 +238,6 @@ public final class SystemServer {
|
||||
"com.android.internal.car.CarServiceHelperService";
|
||||
private static final String TIME_DETECTOR_SERVICE_CLASS =
|
||||
"com.android.server.timedetector.TimeDetectorService$Lifecycle";
|
||||
private static final String TIME_ZONE_DETECTOR_SERVICE_CLASS =
|
||||
"com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle";
|
||||
|
||||
private static final String PERSISTENT_DATA_BLOCK_PROP = "ro.frp.pst";
|
||||
|
||||
@@ -1316,14 +1314,6 @@ public final class SystemServer {
|
||||
reportWtf("starting StartTimeDetectorService service", e);
|
||||
}
|
||||
traceEnd();
|
||||
|
||||
traceBeginAndSlog("StartTimeZoneDetectorService");
|
||||
try {
|
||||
mSystemServiceManager.startService(TIME_ZONE_DETECTOR_SERVICE_CLASS);
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting StartTimeZoneDetectorService service", e);
|
||||
}
|
||||
traceEnd();
|
||||
}
|
||||
|
||||
if (!isWatch) {
|
||||
|
||||
Reference in New Issue
Block a user