()
| 170 | } |
| 171 | |
| 172 | public boolean syncWithServer() { |
| 173 | return syncWithServer(false, null, null, false, -1, false); |
| 174 | } |
| 175 | |
| 176 | public boolean syncWithServer(boolean removeLocalIfNotExists) { |
| 177 | return syncWithServer(false, null, null, false, -1, |
no test coverage detected