Loading wifi/java/android/net/wifi/WifiManager.java +9 −0 Original line number Diff line number Diff line Loading @@ -1274,6 +1274,7 @@ public class WifiManager { // This will cause all further async API calls on the WifiManager // to fail and throw an exception mAsyncChannel = null; getLooper().quit(); break; /* ActionListeners grouped together */ case WifiManager.CONNECT_NETWORK_FAILED: Loading Loading @@ -1979,4 +1980,12 @@ public class WifiManager { mService.captivePortalCheckComplete(); } catch (RemoteException e) {} } protected void finalize() throws Throwable { try { mHandler.getLooper().quit(); } finally { super.finalize(); } } } Loading
wifi/java/android/net/wifi/WifiManager.java +9 −0 Original line number Diff line number Diff line Loading @@ -1274,6 +1274,7 @@ public class WifiManager { // This will cause all further async API calls on the WifiManager // to fail and throw an exception mAsyncChannel = null; getLooper().quit(); break; /* ActionListeners grouped together */ case WifiManager.CONNECT_NETWORK_FAILED: Loading Loading @@ -1979,4 +1980,12 @@ public class WifiManager { mService.captivePortalCheckComplete(); } catch (RemoteException e) {} } protected void finalize() throws Throwable { try { mHandler.getLooper().quit(); } finally { super.finalize(); } } }