Searched refs:jsInterface (Results 1 – 1 of 1) sorted by relevance
528 JsInterface jsInterface = new JsInterface(); in testStopLoading() local531 mOnUiThread.addJavascriptInterface(jsInterface, "javabridge"); in testStopLoading()536 synchronized (jsInterface) { in testStopLoading()537 jsInterface.wait(3000); in testStopLoading()540 assertFalse(jsInterface.getPageLoaded()); in testStopLoading()