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()
554 String url2 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL2); in testGoBackAndForward() local562 mOnUiThread.loadUrlAndWaitForCompletion(url2); in testGoBackAndForward()563 pollingCheckWebBackForwardList(url2, 1, 2); in testGoBackAndForward()573 pollingCheckWebBackForwardList(url2, 1, 3); in testGoBackAndForward()1714 String url2 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL2); in testRequestFocusNodeHref() local1716 + "\">HTML_URL1</A><DT><A HREF=\"" + url2 in testRequestFocusNodeHref()1758 final String url2 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL2); in testRequestFocusNodeHref() local1761 handler.mResultUrl.equals(url2)) { in testRequestFocusNodeHref()1773 assertEquals(url2, handler.getResultUrl()); in testRequestFocusNodeHref()1987 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()