Loading services/core/java/com/android/server/ConnectivityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4887,7 +4887,7 @@ public class ConnectivityService extends IConnectivityManager.Stub //public void setDnsServers(Collection<InetAddress> dnsServers) { ArrayList<InetAddress> _list = new ArrayList<InetAddress>(); _list.add(InetAddress.getByName(s)) _list.add(InetAddress.getByName(s)); newLp.setDnsServers((Collection<InetAddress>) _list); if (DBG) { Loading services/core/java/com/android/server/connectivity/DnsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ public class DnsManager { //public void setDnsServers(Collection<InetAddress> dnsServers) { java.util.ArrayList<InetAddress> _list = new java.util.ArrayList<InetAddress>(); _list.add(InetAddress.getByName(s)) _list.add(InetAddress.getByName(s)); lp.setDnsServers((Collection<InetAddress>) _list); } catch (Exception e) { Loading Loading
services/core/java/com/android/server/ConnectivityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4887,7 +4887,7 @@ public class ConnectivityService extends IConnectivityManager.Stub //public void setDnsServers(Collection<InetAddress> dnsServers) { ArrayList<InetAddress> _list = new ArrayList<InetAddress>(); _list.add(InetAddress.getByName(s)) _list.add(InetAddress.getByName(s)); newLp.setDnsServers((Collection<InetAddress>) _list); if (DBG) { Loading
services/core/java/com/android/server/connectivity/DnsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ public class DnsManager { //public void setDnsServers(Collection<InetAddress> dnsServers) { java.util.ArrayList<InetAddress> _list = new java.util.ArrayList<InetAddress>(); _list.add(InetAddress.getByName(s)) _list.add(InetAddress.getByName(s)); lp.setDnsServers((Collection<InetAddress>) _list); } catch (Exception e) { Loading