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

Method getIdleTime

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

Source from the content-addressed store, hash-verified

6001 }
6002
6003 long getIdleTime() {
6004 Long last = lastActivity;
6005 return (last == null ? 0 : SystemClock.elapsedRealtime() - last);
6006 }
6007
6008 long getSerial() {
6009 return serial;

Callers 2

toStringMethod · 0.95
monitorAccountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected