()
| 60 | } |
| 61 | |
| 62 | public long getAdapterPtr() { |
| 63 | assert _onUIThread() : "Should be run on UI thread"; |
| 64 | return _nGetAdapterPtr(); |
| 65 | } |
| 66 | |
| 67 | public long getDevicePtr() { |
| 68 | assert _onUIThread() : "Should be run on UI thread"; |
no test coverage detected