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

Method stop

app/src/main/java/eu/faircode/email/ServiceSend.java:1169–1171  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

1167 }
1168
1169 static void stop(Context context) {
1170 context.stopService(new Intent(context, ServiceSend.class));
1171 }
1172
1173 static void schedule(Context context, long delay) {
1174 Intent intent = new Intent(context, ServiceSend.class);

Callers 4

onReceiveMethod · 0.95
onExecuteMethod · 0.95
onDestroyMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected