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

Method closeDb

app/src/main/java/com/dctimer/APP.java:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 public void closeDb() {
125 result.close();
126 db.close();
127 db = null;
128 }
129
130 public void readPref(SharedPreferences sp) { //读取配置 TODO
131 int idx = sp.getInt("sel", 1);

Callers 3

onBackPressedMethod · 0.80
onOptionsItemSelectedMethod · 0.80
importDatabaseMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected