()
| 342 | } |
| 343 | |
| 344 | @Override |
| 345 | protected void doPause() { |
| 346 | if (getMotherboard() == null) { |
| 347 | return; |
| 348 | } |
| 349 | getMotherboard().setPaused(true); |
| 350 | } |
| 351 | |
| 352 | @Override |
| 353 | protected void doResume() { |
nothing calls this directly
no test coverage detected