Loading services/java/com/android/server/SystemServer.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -823,7 +823,7 @@ public final class SystemServer { mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS); mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS); mSystemServiceManager.startService(WIFI_SERVICE_CLASS); mSystemServiceManager.startService(WIFI_SERVICE_CLASS); mSystemServiceManager.startService( mSystemServiceManager.startService( "com.android.server.wifi.WifiScanningService"); "com.android.server.wifi.scanner.WifiScanningService"); if (!disableRtt) { if (!disableRtt) { mSystemServiceManager.startService("com.android.server.wifi.RttService"); mSystemServiceManager.startService("com.android.server.wifi.RttService"); Loading Loading
services/java/com/android/server/SystemServer.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -823,7 +823,7 @@ public final class SystemServer { mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS); mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS); mSystemServiceManager.startService(WIFI_SERVICE_CLASS); mSystemServiceManager.startService(WIFI_SERVICE_CLASS); mSystemServiceManager.startService( mSystemServiceManager.startService( "com.android.server.wifi.WifiScanningService"); "com.android.server.wifi.scanner.WifiScanningService"); if (!disableRtt) { if (!disableRtt) { mSystemServiceManager.startService("com.android.server.wifi.RttService"); mSystemServiceManager.startService("com.android.server.wifi.RttService"); Loading