Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ getInt
Method
getInt
android/sdk/src/main/java/app/organicmaps/sdk/util/Config.java:76–79 ·
view source on GitHub ↗
(String key, int def)
Source
from the content-addressed store, hash-verified
74
private
Config() {}
75
76
private
static
int
getInt(String key,
int
def)
77
{
78
return
nativeGetInt(key, def);
79
}
80
81
private
static
long getLong(String key, long def)
82
{
Callers
15
getUseMobileDataSettings
Method · 0.95
attachTo
Method · 0.80
SpeedLimitView
Method · 0.80
LanesView
Method · 0.80
CurrentSpeedView
Method · 0.80
onViewCreated
Method · 0.80
onViewCreated
Method · 0.80
onCreateDialog
Method · 0.80
initNamesView
Method · 0.80
parseArguments
Method · 0.80
onViewCreated
Method · 0.80
onViewCreated
Method · 0.80
Calls
1
nativeGetInt
Method · 0.95
Tested by
no test coverage detected