Searched defs:makeUrl (Results 1 – 2 of 2) sorted by relevance
210 private fun makeUrl(path: String) = "http://localhost:${server.listeningPort}" + path in makeUrl() method
704 private String makeUrl(String query) { in makeUrl() method in CaptivePortalLoginActivityTest.HttpServer