(float progress)
| 225 | } |
| 226 | |
| 227 | @Override |
| 228 | public Window setProgressBar(float progress) { |
| 229 | throw new UnsupportedOperationException("impl me!"); |
| 230 | } |
| 231 | |
| 232 | @Override |
| 233 | public Window restore() { |
nothing calls this directly
no outgoing calls
no test coverage detected