()
| 268 | } |
| 269 | |
| 270 | public boolean back() { |
| 271 | if (mIEventHandler == null) { |
| 272 | mIEventHandler = EventHandlerImpl.getInstantce(mWebCreator.getWebView(), getInterceptor()); |
| 273 | } |
| 274 | return mIEventHandler.back(); |
| 275 | } |
| 276 | |
| 277 | |
| 278 | public WebCreator getWebCreator() { |
nothing calls this directly
no test coverage detected