()
| 80 | } |
| 81 | |
| 82 | public int getSampleCount() { |
| 83 | assert _onUIThread() : "Should be run on UI thread"; |
| 84 | return _nGetSampleCount(); |
| 85 | } |
| 86 | |
| 87 | public int getLevelCount() { |
| 88 | assert _onUIThread() : "Should be run on UI thread"; |
no test coverage detected