MCPcopy Create free account
hub / github.com/cinit/TMoe / SyncUtils

Method SyncUtils

app/src/main/java/cc/ioctl/tmoe/util/SyncUtils.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10public class SyncUtils {
11
12 private SyncUtils() {
13 throw new AssertionError("No " + getClass().getName() + " instances for you!");
14 }
15
16 private static Handler sHandler;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected