MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / getInt

Method getInt

src/com/odoo/util/PreferenceManager.java:32–34  ·  view source on GitHub ↗
(String key, int default_value)

Source from the content-addressed store, hash-verified

30 }
31
32 public int getInt(String key, int default_value) {
33 return Integer.parseInt(mPref.getString(key, default_value + ""));
34 }
35
36}

Callers 1

updateSyncSettingsMethod · 0.95

Calls 1

getStringMethod · 0.45

Tested by

no test coverage detected