Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getEngine
Method · 0.95
getRender
Method · 0.95
getSize
Method · 0.95
getScale
Method · 0.95
getBackground
Method · 0.95
getWall
Method · 0.95
getWallType
Method · 0.95
getThemeColor
Method · 0.95
getWallColor
Method · 0.95
getSiteMode
Method · 0.95
getSyncMode
Method · 0.95
getStyleMode
Method · 0.95
Calls
1
getPrefers
Method · 0.95
Tested by
no test coverage detected