()
| 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 |
no test coverage detected