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

Method get

app/src/main/java/eu/faircode/email/ContactInfo.java:224–227  ·  view source on GitHub ↗
(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses)

Source from the content-addressed store, hash-verified

222 }
223
224 @NonNull
225 static ContactInfo[] get(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses) {
226 return get(context, account, folderType, selector, dmarc, addresses, false);
227 }
228
229 static ContactInfo[] getCached(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses) {
230 return get(context, account, folderType, selector, dmarc, addresses, true);

Callers 8

getNotificationUnseenMethod · 0.95
onDataSetChangedMethod · 0.95
getCachedMethod · 0.95
onExecuteMethod · 0.95
_getMethod · 0.45
parseFaviconMethod · 0.45
getLookupUriMethod · 0.45
fillInMethod · 0.45

Calls 2

getAnonymousMethod · 0.95
_getMethod · 0.95

Tested by

no test coverage detected