Loading services/core/java/com/android/server/ConnectivityService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2842,6 +2842,8 @@ public class ConnectivityService extends IConnectivityManager.Stub if (DBG) { if (DBG) { log(nai.name() + " got DISCONNECTED, was satisfying " + nai.numNetworkRequests()); log(nai.name() + " got DISCONNECTED, was satisfying " + nai.numNetworkRequests()); } } // Clear all notifications of this network. mNotifier.clearNotification(nai.network.netId); // A network agent has disconnected. // A network agent has disconnected. // TODO - if we move the logic to the network agent (have them disconnect // TODO - if we move the logic to the network agent (have them disconnect // because they lost all their requests or because their score isn't good) // because they lost all their requests or because their score isn't good) Loading Loading
services/core/java/com/android/server/ConnectivityService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2842,6 +2842,8 @@ public class ConnectivityService extends IConnectivityManager.Stub if (DBG) { if (DBG) { log(nai.name() + " got DISCONNECTED, was satisfying " + nai.numNetworkRequests()); log(nai.name() + " got DISCONNECTED, was satisfying " + nai.numNetworkRequests()); } } // Clear all notifications of this network. mNotifier.clearNotification(nai.network.netId); // A network agent has disconnected. // A network agent has disconnected. // TODO - if we move the logic to the network agent (have them disconnect // TODO - if we move the logic to the network agent (have them disconnect // because they lost all their requests or because their score isn't good) // because they lost all their requests or because their score isn't good) Loading