()
| 162 | } |
| 163 | |
| 164 | public void loadSoundName(){ |
| 165 | if (size == 0) return; |
| 166 | if (soundsMsgIndex>=size) soundsMsgIndex=0; |
| 167 | messageSndType=(String) files[0].elementAt(soundsMsgIndex); |
| 168 | messagesnd=(String) files[1].elementAt(soundsMsgIndex); |
| 169 | } |
| 170 | |
| 171 | public void loadOnlineSoundName(){ |
| 172 | if (size == 0) return; |
no outgoing calls
no test coverage detected