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

Method close

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

Source from the content-addressed store, hash-verified

510 }
511
512 public void close() {
513 if (cursor != null) {
514 cursor.close();
515 cursor = null;
516 }
517 }
518}

Callers 11

closeDbMethod · 0.45
runMethod · 0.45
onDrawMethod · 0.45
drawTriangleMethod · 0.45
getContentMethod · 0.45
runMethod · 0.45
saveStatMethod · 0.45
initMethod · 0.45
initMethod · 0.45
drawPolygonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected