(long timestamp)
| 7904 | getView().updateBlockAdditional(this); |
| 7905 | } |
| 7906 | public boolean removeCanBlockAny(long timestamp) { |
| 7907 | boolean result = canBlockAny.remove(timestamp); |
| 7908 | if (result) { |
| 7909 | getView().updateBlockAdditional(this); |
| 7910 | } |
| 7911 | return result; |
| 7912 | } |
| 7913 | public boolean canBlockAny() { |
| 7914 | return !canBlockAny.isEmpty(); |
| 7915 | } |
no test coverage detected