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

Method run

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

Source from the content-addressed store, hash-verified

207 final File dir = Helper.ensureExists(context, type);
208 Helper.getParallelExecutor().submit(new Runnable() {
209 @Override
210 public void run() {
211 try {
212 File[] favicons = dir.listFiles();
213 if (favicons != null)
214 for (File favicon : favicons)
215 Helper.secureDelete(favicon);
216 } catch (Throwable ex) {
217 Log.w(ex);
218 }
219 }
220 });
221 }
222 }

Callers

nothing calls this directly

Calls 5

secureDeleteMethod · 0.95
wMethod · 0.95
getEmailLookupMethod · 0.95
eMethod · 0.95
listFilesMethod · 0.80

Tested by

no test coverage detected