(int event, long ms)
| 1488 | } |
| 1489 | |
| 1490 | public void blockNotify(int event, long ms) { |
| 1491 | if (!notifyReady(-111)) { |
| 1492 | return; |
| 1493 | } |
| 1494 | blockNotifyEvent = event; |
| 1495 | notifyReadyTime = System.currentTimeMillis() + ms; |
| 1496 | } |
| 1497 | |
| 1498 | public boolean notifyReady(int event) { |
| 1499 | if ((blockNotifyEvent == event |
no test coverage detected