()
| 63 | public long getTrafficOut() { return trafficOut; } |
| 64 | |
| 65 | public static StaticData getInstance() { |
| 66 | if (sd == null) { |
| 67 | sd = new StaticData(); |
| 68 | } |
| 69 | return sd; |
| 70 | } |
| 71 | private JabberStream theStream; |
| 72 | private ConnectionService service; |
| 73 | public JabberStream getTheStream() { |
no outgoing calls
no test coverage detected