()
| 53 | } |
| 54 | |
| 55 | @Override |
| 56 | public void close() { |
| 57 | assert _onUIThread() && !isClosed(); |
| 58 | _nClose(); |
| 59 | super.close(); |
| 60 | } |
| 61 | |
| 62 | public long getDevicePtr() { |
| 63 | assert _onUIThread() : "Should be run on UI thread"; |
nothing calls this directly
no test coverage detected