Loading wifi/java/android/net/wifi/WifiManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -669,6 +669,7 @@ public class WifiManager { try { return mService.getConfiguredNetworks(); } catch (RemoteException e) { Log.w(TAG, "Caught RemoteException trying to get configured networks: " + e); return null; } } Loading Loading @@ -1589,6 +1590,7 @@ public class WifiManager { try { return mService.buildWifiConfig(uriString, mimeType, data); } catch (RemoteException e) { Log.w(TAG, "Caught RemoteException trying to build wifi config: " + e); return null; } } Loading Loading
wifi/java/android/net/wifi/WifiManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -669,6 +669,7 @@ public class WifiManager { try { return mService.getConfiguredNetworks(); } catch (RemoteException e) { Log.w(TAG, "Caught RemoteException trying to get configured networks: " + e); return null; } } Loading Loading @@ -1589,6 +1590,7 @@ public class WifiManager { try { return mService.buildWifiConfig(uriString, mimeType, data); } catch (RemoteException e) { Log.w(TAG, "Caught RemoteException trying to build wifi config: " + e); return null; } } Loading