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

Method HostInfo

app/src/main/java/cc/ioctl/tmoe/util/HostInfo.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 private static String sHostAppName = null;
25
26 private HostInfo() {
27 throw new AssertionError("No instance for you!");
28 }
29
30 public static void setHostApplication(@NonNull Application app) {
31 Objects.requireNonNull(app, "app");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected