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

Method call

app/src/main/java/eu/faircode/email/ContactInfo.java:414–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412 if (bimi)
413 futures.add(Helper.getDownloadTaskExecutor().submit(new Callable<Favicon>() {
414 @Override
415 public Favicon call() throws Exception {
416 Pair<Bitmap, Boolean> bimi =
417 Bimi.get(context, domain, selector, scaleToPixels);
418 return (bimi == null ? null : new Favicon(bimi.first, "vmc", bimi.second));
419 }
420 }));
421
422 String email = info.email.toLowerCase(Locale.ROOT);

Callers

nothing calls this directly

Calls 7

getMethod · 0.95
parseFaviconMethod · 0.95
getFaviconMethod · 0.95
getRootDomainMethod · 0.95
iMethod · 0.95
encodeMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected