MCPcopy Create free account
hub / github.com/FongMi/TV / get

Method get

app/src/main/java/com/fongmi/android/tv/db/AppDatabase.java:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 private static volatile AppDatabase instance;
43
44 public static synchronized AppDatabase get() {
45 if (instance == null) instance = create(App.get());
46 return instance;
47 }
48
49 public static void backup() {
50 backup(new com.fongmi.android.tv.impl.Callback());

Callers 15

findMethod · 0.95
deleteMethod · 0.95
saveMethod · 0.95
getAllMethod · 0.95
deleteMethod · 0.95
saveMethod · 0.95
findAllMethod · 0.95
findMethod · 0.95
saveMethod · 0.95
getAllMethod · 0.95
findUrlsMethod · 0.95
deleteMethod · 0.95

Calls 2

createMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected