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

Method toString

app/src/main/java/eu/faircode/email/Core.java:6020–6027  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6018 }
6019
6020 @NonNull
6021 @Override
6022 public String toString() {
6023 return "[running=" + running +
6024 ",recoverable=" + recoverable +
6025 ",idle=" + getIdleTime() + "" +
6026 ",serial=" + serial + "]";
6027 }
6028 }
6029
6030 static class OperationCanceledExceptionEx extends OperationCanceledException {

Callers 8

processOperationsMethod · 0.45
onRawMethod · 0.45
onDetachMethod · 0.45
onSubjectMethod · 0.45
onSynchronizeMessagesMethod · 0.45
doCommandMethod · 0.45
synchronizeMessageMethod · 0.45
reportEmptyMessageMethod · 0.45

Calls 1

getIdleTimeMethod · 0.95

Tested by

no test coverage detected