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

Method serial

app/src/main/java/eu/faircode/email/SimpleTask.java:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 public SimpleTask<T> serial() {
121 return setExecutor(serialExecutor);
122 }
123
124 @NonNull
125 public SimpleTask<T> setHandler(Handler handler) {

Callers 15

setMethod · 0.80
onCheckedChangedMethod · 0.80
setEncryptMethod · 0.80
setPriorityMethod · 0.80
setSensitivityMethod · 0.80
onCreateDialogMethod · 0.80
onActivityResultMethod · 0.80
setMethod · 0.80
updateEncryptionMethod · 0.80
convertRefMethod · 0.80
onClickMethod · 0.80

Calls 1

setExecutorMethod · 0.95

Tested by

no test coverage detected