summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Calvin On <con@google.com> 2017-03-21 20:18:59 +0000
committer android-build-merger <android-build-merger@google.com> 2017-03-21 20:18:59 +0000
commit9a80c1799cc38a8444dc9c096ed02bf8356c89d7 (patch)
treea3ba6562540676afe59fc9a456dbe6a8c6d30d71
parenta01e2212c849a507e84d5cad3e8f0267773d7295 (diff)
parent3bcc688bce7d169cf46a75a5efe47503619806e4 (diff)
Remove the now-empty WearBluetoothService from SystemServer
am: 3bcc688bce Change-Id: Id95770faa65878282d9b49c01fad258b8eb57c06
-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 3ca4e93a4a21..c3deb95dcd3e 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 =
@@ -1188,7 +1186,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);