MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / save

Method save

CodenameOne/src/com/codename1/io/Preferences.java:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 private static synchronized void save() {
99 Storage.getInstance().writeObject(preferencesLocation, p, false);
100 }
101
102 /// Sets a preference value, supported values are Strings, numbers and boolean
103 ///

Callers 3

setMethod · 0.95
deleteMethod · 0.95
clearAllMethod · 0.95

Calls 2

getInstanceMethod · 0.95
writeObjectMethod · 0.45

Tested by

no test coverage detected