Searched refs:makeUrl (Results 1 – 1 of 1) sorted by relevance
392 initActivity(server.makeUrl(TEST_URL_QUERY)); in runCustomSchemeTest()439 assertEquals(Uri.parse(server.makeUrl(TEST_URL_QUERY)), sentIntent.getData()); in testUnsupportedScheme()459 initActivity(server.makeUrl(TEST_URL_QUERY)); in testDownload()500 final String expectedUrl = server.makeUrl(downloadQuery); in testDownload()551 private String makeUrl(String query) { in makeUrl() method in CaptivePortalLoginActivityTest.HttpServer