(float progress)
| 199 | } |
| 200 | |
| 201 | @Override |
| 202 | public Window setProgressBar(float progress) { |
| 203 | throw new UnsupportedOperationException("impl me!"); |
| 204 | } |
| 205 | |
| 206 | @Override |
| 207 | public void close() { |
nothing calls this directly
no outgoing calls
no test coverage detected