(String msg, int pos)
| 2136 | } |
| 2137 | |
| 2138 | public void loginMessage(String msg, int pos) { |
| 2139 | setProgress(msg, pos); |
| 2140 | } |
| 2141 | |
| 2142 | public void deleteGroup(Group deleteGroup) { |
| 2143 | synchronized (hContacts) { |
nothing calls this directly
no test coverage detected