(int event)
| 1496 | } |
| 1497 | |
| 1498 | public boolean notifyReady(int event) { |
| 1499 | if ((blockNotifyEvent == event |
| 1500 | || (blockNotifyEvent == -111 && event <= 7)) |
| 1501 | && System.currentTimeMillis() < notifyReadyTime) { |
| 1502 | return false; |
| 1503 | } else { |
| 1504 | return true; |
| 1505 | } |
| 1506 | } |
| 1507 | |
| 1508 | public void playNotify(int event) { |
| 1509 | if (!notifyReady(event)) { |
no outgoing calls
no test coverage detected