Loading services/java/com/android/server/ConnectivityService.java +5 −2 Original line number Diff line number Diff line Loading @@ -1183,8 +1183,11 @@ public class ConnectivityService extends IConnectivityManager.Stub { log("startUsingNetworkFeature reconnecting to " + networkType + ": " + feature); } network.reconnect(); if (network.reconnect()) { return PhoneConstants.APN_REQUEST_STARTED; } else { return PhoneConstants.APN_REQUEST_FAILED; } } else { // need to remember this unsupported request so we respond appropriately on stop synchronized(this) { Loading Loading
services/java/com/android/server/ConnectivityService.java +5 −2 Original line number Diff line number Diff line Loading @@ -1183,8 +1183,11 @@ public class ConnectivityService extends IConnectivityManager.Stub { log("startUsingNetworkFeature reconnecting to " + networkType + ": " + feature); } network.reconnect(); if (network.reconnect()) { return PhoneConstants.APN_REQUEST_STARTED; } else { return PhoneConstants.APN_REQUEST_FAILED; } } else { // need to remember this unsupported request so we respond appropriately on stop synchronized(this) { Loading