Searched refs:url2 (Results 1 – 3 of 3) sorted by relevance
71 String url2 = server.getAssetUrl(TestHtmlConstants.HTML_URL2); in testGetCurrentItem() local77 mOnUiThread.loadUrlAndWaitForCompletion(url2); in testGetCurrentItem()78 checkBackForwardList(url1, url2); in testGetCurrentItem()81 checkBackForwardList(url1, url2, url3); in testGetCurrentItem()
558 String url2 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL2); in testGoBackAndForward() local566 mOnUiThread.loadUrlAndWaitForCompletion(url2); in testGoBackAndForward()567 pollingCheckWebBackForwardList(url2, 1, 2); in testGoBackAndForward()577 pollingCheckWebBackForwardList(url2, 1, 3); in testGoBackAndForward()1718 String url2 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL2); in testRequestFocusNodeHref() local1720 + "\">HTML_URL1</A><DT><A HREF=\"" + url2 in testRequestFocusNodeHref()1762 final String url2 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL2); in testRequestFocusNodeHref() local1765 handler.mResultUrl.equals(url2)) { in testRequestFocusNodeHref()1777 assertEquals(url2, handler.getResultUrl()); in testRequestFocusNodeHref()1991 String url2 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL2); in testClearHistory() local[all …]
380 String url2 = mWebServer.getAssetUrl(TestHtmlConstants.BR_TAG_URL); in testDoUpdateVisitedHistory() local382 mOnUiThread.loadUrlAndWaitForCompletion(url2); in testDoUpdateVisitedHistory()