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

Method getInt

catvod/src/main/java/com/github/catvod/utils/Prefers.java:27–29  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

25 }
26
27 public static int getInt(String key) {
28 return getInt(key, 0);
29 }
30
31 public static int getInt(String key, int defaultValue) {
32 try {

Callers 15

getEngineMethod · 0.95
getRenderMethod · 0.95
getSizeMethod · 0.95
getScaleMethod · 0.95
getBackgroundMethod · 0.95
getWallMethod · 0.95
getWallTypeMethod · 0.95
getThemeColorMethod · 0.95
getWallColorMethod · 0.95
getSiteModeMethod · 0.95
getSyncModeMethod · 0.95
getStyleModeMethod · 0.95

Calls 1

getPrefersMethod · 0.95

Tested by

no test coverage detected