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

Method getMediaTaskExecutor

app/src/main/java/eu/faircode/email/Helper.java:290–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 }
289
290 static ExecutorService getMediaTaskExecutor() {
291 if (sMediaExecutor == null)
292 sMediaExecutor = getBackgroundExecutor(1, "media");
293 return sMediaExecutor;
294 }
295
296 static ExecutorService getDownloadTaskExecutor() {
297 if (sDownloadExecutor == null)

Callers 2

queueMethod · 0.95
onActionTtsMethod · 0.95

Calls 1

getBackgroundExecutorMethod · 0.95

Tested by

no test coverage detected