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

Method execute

app/src/main/java/eu/faircode/email/SimpleTask.java:148–150  ·  view source on GitHub ↗
(Context context, LifecycleOwner owner, @NonNull Bundle args, @NonNull String name)

Source from the content-addressed store, hash-verified

146 }
147
148 public void execute(Context context, LifecycleOwner owner, @NonNull Bundle args, @NonNull String name) {
149 run(context, owner, args, name);
150 }
151
152 public void execute(LifecycleService service, @NonNull Bundle args, @NonNull String name) {
153 run(service, service, args, name);

Callers 15

onCreateDialogMethod · 0.95
executeApiMethod · 0.45
onClickMethod · 0.45
setMethod · 0.45
onAuthorizedMethod · 0.45
updateMethod · 0.45
onCreateDialogMethod · 0.45
onClickMethod · 0.45
onDebugInfoMethod · 0.45
handleImportProvidersMethod · 0.45
onCheckedChangedMethod · 0.45

Calls 4

runMethod · 0.95
eMethod · 0.95
getViewLifecycleOwnerMethod · 0.80
getViewMethod · 0.45

Tested by

no test coverage detected