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

Method getSiteMode

app/src/main/java/com/fongmi/android/tv/setting/Setting.java:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 public static int getSiteMode() {
93 return Math.clamp(Prefers.getInt("site_mode"), MIN_SITE_MODE, MAX_SITE_MODE);
94 }
95
96 public static void putSiteMode(int mode) {
97 Prefers.put("site_mode", Math.clamp(mode, MIN_SITE_MODE, MAX_SITE_MODE));

Callers 3

onBindViewHolderMethod · 0.95
listMethod · 0.95
onModeMethod · 0.95

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected