MCPcopy Create free account
hub / github.com/LinYuLuo/MiStep / commitShared

Method commitShared

app/src/main/java/cn/xylin/mistep/utils/Shared.java:92–97  ·  view source on GitHub ↗
(String xmlName)

Source from the content-addressed store, hash-verified

90 }
91
92 public void commitShared(String xmlName) {
93 if (editorMap.containsKey(xmlName)) {
94 editorMap.get(xmlName).commit();
95 reloadEdit(xmlName);
96 }
97 }
98
99 public void clearShared(String xmlName) {
100 if (sharedMap.containsKey(xmlName)) {

Callers 5

onCheckedChangedMethod · 0.80
checkNewDayMethod · 0.80
onClickMethod · 0.80
onTimeSetMethod · 0.80
onLongClickMethod · 0.80

Calls 2

reloadEditMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected