MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / clear

Method clear

app/src/main/java/com/dctimer/model/Result.java:334–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 }
333
334 public void clear() {
335 db.clearSession(sessionId);
336 length = 0;
337 mod = true;
338 stats.maxIdx = stats.minIdx = -1;
339 stats.mpMean = new int[6];
340 }
341
342 public String[] getDates() {
343 if (mod) {

Callers 4

deleteAllMethod · 0.80
onClickMethod · 0.80
onCharacteristicReadMethod · 0.80
searchMethod · 0.80

Calls 1

clearSessionMethod · 0.80

Tested by

no test coverage detected