MCPcopy 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

attachToMethod · 0.80
SpeedLimitViewMethod · 0.80
LanesViewMethod · 0.80
CurrentSpeedViewMethod · 0.80
onViewCreatedMethod · 0.80
onViewCreatedMethod · 0.80
onCreateDialogMethod · 0.80
initNamesViewMethod · 0.80
parseArgumentsMethod · 0.80
onViewCreatedMethod · 0.80
onViewCreatedMethod · 0.80

Calls 1

nativeGetIntMethod · 0.95

Tested by

no test coverage detected