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

Method onExecuted

app/src/main/java/eu/faircode/email/ActivityEML.java:196–199  ·  view source on GitHub ↗
(Bundle args, File file)

Source from the content-addressed store, hash-verified

194 }
195
196 @Override
197 protected void onExecuted(Bundle args, File file) {
198 Helper.share(ActivityEML.this, file, "text/plain", file.getName());
199 }
200
201 @Override
202 protected void onException(Bundle args, Throwable ex) {

Callers

nothing calls this directly

Calls 13

shareMethod · 0.95
getDateTimeInstanceMethod · 0.95
makeTextMethod · 0.95
getAttachmentPartsMethod · 0.80
getBooleanMethod · 0.80
getNameMethod · 0.65
setTextMethod · 0.65
sizeMethod · 0.65
finishMethod · 0.65
formatMethod · 0.45
setVisibilityMethod · 0.45
getMimeTypeMethod · 0.45

Tested by

no test coverage detected