MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / cmdOk

Method cmdOk

src/main/java/PEP/PepForm.java:87–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85//#endif
86 }
87 public void cmdOk() {
88 //publish(activity.getSelectedIndex(), ti.getText());
89 Config.getInstance().sndrcvmood=sndrcvmood.getValue();
90//#ifdef PEP_TUNE
91 Config.getInstance().rcvtune=rcvtune.getValue();
92//#endif
93//#ifdef PEP_ACTIVITY
94 Config.getInstance().rcvactivity=rcvactivity.getValue();
95//#endif
96//#ifdef PEP_TUNE
97//#if android
98 Config.getInstance().updatetune = updatetune.getValue();
99//#endif
100//#endif
101 Config.getInstance().saveToStorage();
102 parentView = sd.roster;
103 destroyView();
104 }
105}
106
107//#endif

Callers

nothing calls this directly

Calls 4

getInstanceMethod · 0.95
getValueMethod · 0.45
saveToStorageMethod · 0.45
destroyViewMethod · 0.45

Tested by

no test coverage detected