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

Method getInstance

src/main/java/Alerts/AlertCustomize.java:86–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 //public boolean flashBackLight;
85
86 public static AlertCustomize getInstance(){
87 if (instance==null) {
88 instance=new AlertCustomize();
89 instance.setSize();
90 instance.loadFromStorage();
91 instance.loadSoundName();
92 instance.loadOnlineSoundName();
93 instance.loadOfflineSoundName();
94 instance.loadForYouSoundName();
95 instance.loadComposingSoundName();
96 instance.loadConferenceSoundName();
97 instance.loadStartUpSoundName();
98 instance.loadOutgoingSoundName();
99 instance.loadVIPSoundName();
100 }
101 return instance;
102 }
103
104
105

Callers 4

AlertCustomizeFormMethod · 0.95
messageStoreMethod · 0.95
playNotifyMethod · 0.95
destroyViewMethod · 0.45

Calls 11

loadSoundNameMethod · 0.80
loadOnlineSoundNameMethod · 0.80
loadOfflineSoundNameMethod · 0.80
loadForYouSoundNameMethod · 0.80
loadStartUpSoundNameMethod · 0.80
loadOutgoingSoundNameMethod · 0.80
loadVIPSoundNameMethod · 0.80
setSizeMethod · 0.45
loadFromStorageMethod · 0.45

Tested by

no test coverage detected