summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Calvin On <con@google.com> 2017-03-17 14:19:29 -0700
committer Calvin On <con@google.com> 2017-03-17 14:19:29 -0700
commit3bcc688bce7d169cf46a75a5efe47503619806e4 (patch)
treef3c962a326597e9a7259fa9e7173dfe33d04c97d
parent4aff3d53efc552aa30e25bf366bcb6e956d8b0e3 (diff)
Remove the now-empty WearBluetoothService from SystemServer
Change-Id: I7ddf213fa90acf84a50a53e7666311132b6b3922
-rw-r--r--services/java/com/android/server/SystemServer.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/java/com/android/server/SystemServer.java b/services/java/com/android/server/SystemServer.java
index 19c1abd9a414..6dd31894f303 100644
--- a/services/java/com/android/server/SystemServer.java
+++ b/services/java/com/android/server/SystemServer.java
@@ -158,8 +158,6 @@ public final class SystemServer {
"com.android.server.search.SearchManagerService$Lifecycle";
private static final String THERMAL_OBSERVER_CLASS =
"com.google.android.clockwork.ThermalObserver";
- private static final String WEAR_BLUETOOTH_SERVICE_CLASS =
- "com.google.android.clockwork.bluetooth.WearBluetoothService";
private static final String WEAR_CONNECTIVITY_SERVICE_CLASS =
"com.google.android.clockwork.connectivity.WearConnectivityService";
private static final String WEAR_TIME_SERVICE_CLASS =
@@ -1184,7 +1182,6 @@ public final class SystemServer {
}
if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WATCH)) {
- mSystemServiceManager.startService(WEAR_BLUETOOTH_SERVICE_CLASS);
mSystemServiceManager.startService(WEAR_CONNECTIVITY_SERVICE_CLASS);
if (!disableNonCoreServices) {
mSystemServiceManager.startService(WEAR_TIME_SERVICE_CLASS);