()
| 194 | } |
| 195 | |
| 196 | @Override |
| 197 | public float getProgressBar() { |
| 198 | throw new UnsupportedOperationException("impl me!"); |
| 199 | } |
| 200 | |
| 201 | @Override |
| 202 | public Window setProgressBar(float progress) { |
nothing calls this directly
no outgoing calls
no test coverage detected