Searched refs:jsInterface (Results 1 – 1 of 1) sorted by relevance
517 JsInterface jsInterface = new JsInterface(); in testStopLoading() local520 mOnUiThread.addJavascriptInterface(jsInterface, "javabridge"); in testStopLoading()525 synchronized (jsInterface) { in testStopLoading()526 jsInterface.wait(3000); in testStopLoading()529 assertFalse(jsInterface.getPageLoaded()); in testStopLoading()