MCPcopy Create free account
hub / github.com/M66B/FairEmail / getAllByName

Method getAllByName

app/src/main/java/eu/faircode/email/DnsHelper.java:321–323  ·  view source on GitHub ↗
(Context context, String host)

Source from the content-addressed store, hash-verified

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);

Callers 5

connectMethod · 0.95
getByNameMethod · 0.95
checkServerTrustedMethod · 0.95
callMethod · 0.95
isJunkMethod · 0.95

Calls 8

hasDnsSecMethod · 0.95
has46Method · 0.95
_lookupMethod · 0.95
getBooleanMethod · 0.80
toArrayMethod · 0.80
sizeMethod · 0.65
getMessageMethod · 0.65
addMethod · 0.45

Tested by

no test coverage detected