(Context context, String host)
| 319 | } |
| 320 | |
| 321 | static InetAddress[] getAllByName(Context context, String host) throws UnknownHostException { |
| 322 | return getAllByName(context, host, false); |
| 323 | } |
| 324 | |
| 325 | static InetAddress getByName(Context context, String host, boolean dnssec) throws UnknownHostException { |
| 326 | SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); |
no test coverage detected