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

Method clearCache

app/src/main/java/eu/faircode/email/ContactInfo.java:194–196  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

192 }
193
194 static void clearCache(Context context) {
195 clearCache(context, true);
196 }
197
198 static void clearCache(Context context, boolean files) {
199 synchronized (emailContactInfo) {

Callers 7

afterTextChangedMethod · 0.95
onCheckedChangedMethod · 0.95
onProgressChangedMethod · 0.95
callMethod · 0.95
cleanupMethod · 0.95
onLowMemoryMethod · 0.95
upgradeMethod · 0.95

Calls 3

ensureExistsMethod · 0.95
getParallelExecutorMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected