(String title)
| 62 | } |
| 63 | |
| 64 | @Override |
| 65 | public Window setTitle(String title) { |
| 66 | assert _onUIThread() : "Should be run on UI thread"; |
| 67 | _nSetTitle(title); |
| 68 | return this; |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public Window setIcon(File icon){ |
nothing calls this directly
no test coverage detected