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

Method getCached

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

Source from the content-addressed store, hash-verified

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);
231 }
232
233 private static ContactInfo[] get(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses, boolean cacheOnly) {
234 if (addresses == null || addresses.length == 0) {

Callers 1

bindToMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected