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

Method run

app/src/main/java/eu/faircode/email/ServiceSend.java:190–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188
189 executor.submit(new Runnable() {
190 @Override
191 public void run() {
192 processOperations(process);
193 }
194 });
195 }
196 }

Callers

nothing calls this directly

Calls 15

processOperationsMethod · 0.95
getActiveNetworkMethod · 0.95
logMethod · 0.95
getNetworkStateMethod · 0.95
getSystemServiceMethod · 0.95
wMethod · 0.95
startMethod · 0.95
getInstanceMethod · 0.95
folderMethod · 0.95
operationMethod · 0.95

Tested by

no test coverage detected