MCPcopy Create free account
hub / github.com/Card-Forge/forge / setDeviceInfo

Method setDeviceInfo

forge-gui/src/main/java/forge/gui/GuiBase.java:33–37  ·  view source on GitHub ↗
(HWInfo hw, int AndroidAPI, String dir)

Source from the content-addressed store, hash-verified

31 public static boolean isUsingAppDirectory() { return usingAppDirectory; }
32
33 public static void setDeviceInfo(HWInfo hw, int AndroidAPI, String dir) {
34 hwInfo = hw;
35 androidAPI = AndroidAPI;
36 downloadsDir = dir;
37 }
38 public static String getHWInfo() {
39 Runtime runtime = Runtime.getRuntime();
40 StringBuilder sb = new StringBuilder();

Callers 2

mainMethod · 0.95
getAppMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected