Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
closeDb
Method · 0.45
run
Method · 0.45
onDraw
Method · 0.45
drawTriangle
Method · 0.45
getContent
Method · 0.45
run
Method · 0.45
saveStat
Method · 0.45
onConnectionStateChange
Method · 0.45
init
Method · 0.45
init
Method · 0.45
drawPolygon
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected