summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/SystemServer.java
diff options
context:
space:
mode:
authorvandwalle <vandwalle@google.com>2014-08-26 15:43:46 -0700
committervandwalle <vandwalle@google.com>2014-08-26 15:43:46 -0700
commit0bbd2aaace3c08671e0f039859f241429a2600c6 (patch)
treec6a3198897c70b7d383e12545bf6fdac74a8feb3 /services/java/com/android/server/SystemServer.java
parent1698297daf8068bc9e6971d43744d48f1672bab2 (diff)
downloadframeworks_base-0bbd2aaace3c08671e0f039859f241429a2600c6.zip
frameworks_base-0bbd2aaace3c08671e0f039859f241429a2600c6.tar.gz
frameworks_base-0bbd2aaace3c08671e0f039859f241429a2600c6.tar.bz2
remove call to passpoint service start
Change-Id: Ibc6e537544c2228e8b07f734158182d1e4817d17
Diffstat (limited to 'services/java/com/android/server/SystemServer.java')
-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 a3c10fd..0f2aabc 100644
--- a/services/java/com/android/server/SystemServer.java
+++ b/services/java/com/android/server/SystemServer.java
@@ -132,8 +132,6 @@ public final class SystemServer {
"com.android.server.usb.UsbService$Lifecycle";
private static final String WIFI_SERVICE_CLASS =
"com.android.server.wifi.WifiService";
- private static final String WIFI_PASSPOINT_SERVICE_CLASS =
- "com.android.server.wifi.passpoint.WifiPasspointService";
private static final String WIFI_P2P_SERVICE_CLASS =
"com.android.server.wifi.p2p.WifiP2pService";
private static final String ETHERNET_SERVICE_CLASS =
@@ -665,7 +663,6 @@ public final class SystemServer {
}
mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS);
- mSystemServiceManager.startService(WIFI_PASSPOINT_SERVICE_CLASS);
mSystemServiceManager.startService(WIFI_SERVICE_CLASS);
mSystemServiceManager.startService(
"com.android.server.wifi.WifiScanningService");