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