()
| 182 | } |
| 183 | |
| 184 | private static void fireDisconnected() { |
| 185 | CarConnectionListener[] copy = listeners.toArray(new CarConnectionListener[listeners.size()]); |
| 186 | for (CarConnectionListener l : copy) { |
| 187 | l.carDisconnected(); |
| 188 | } |
| 189 | } |
| 190 | } |
no test coverage detected