()
| 220 | } |
| 221 | |
| 222 | @Override |
| 223 | public float getProgressBar() { |
| 224 | throw new UnsupportedOperationException("impl me!"); |
| 225 | } |
| 226 | |
| 227 | @Override |
| 228 | public Window setProgressBar(float progress) { |
nothing calls this directly
no outgoing calls
no test coverage detected