()
| 241 | private int rpercent; |
| 242 | |
| 243 | public void rosterItemNotify() { |
| 244 | rscaler++; |
| 245 | if (rscaler < 4) { |
| 246 | return; |
| 247 | } |
| 248 | rscaler = 0; |
| 249 | if (rpercent < 100) { |
| 250 | rpercent++; |
| 251 | } |
| 252 | SplashScreen.getInstance().setProgress(rpercent); |
| 253 | } |
| 254 | |
| 255 | // establishing connection process |
| 256 | public void run() { |
nothing calls this directly
no test coverage detected