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

Method execute

app/src/main/java/eu/faircode/email/PgpHelper.java:53–55  ·  view source on GitHub ↗
(Context context, Intent data, InputStream is, OutputStream os)

Source from the content-addressed store, hash-verified

51 private static final long KEY_TIMEOUT = 250L;
52
53 static Intent execute(Context context, Intent data, InputStream is, OutputStream os) {
54 return execute(context, data, is, os, CONNECT_TIMEOUT);
55 }
56
57 static Intent execute(Context context, Intent data, InputStream is, OutputStream os, long timeout) {
58 OpenPgpServiceConnection pgpService = null;

Callers 3

hasPgpKeyMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95

Calls 10

getConnectionMethod · 0.95
iMethod · 0.95
getExtrasMethod · 0.95
getServiceMethod · 0.95
executeApiMethod · 0.95
getResultNameMethod · 0.95
isBoundMethod · 0.95
unbindFromServiceMethod · 0.95
joinMethod · 0.80
getActionMethod · 0.45

Tested by

no test coverage detected