Searched refs:WebAddress (Results 1 – 6 of 6) sorted by relevance
19 import android.net.WebAddress;28 WebAddress webAddress = new WebAddress("http://google.com./b/c/g"); in testHostWithTrailingDot()36 WebAddress webAddress = new WebAddress("http://www.myspace.com?si=1"); in testPathWithoutLeadingSlash()
20 import android.net.WebAddress;152 public synchronized String getCookie(WebAddress uri) { in getCookie()
26 import android.net.WebAddress;51 WebAddress webAddress; in guessUrl()70 webAddress = new WebAddress(inUrl); in guessUrl()
46 public class WebAddress { class69 public WebAddress(String address) throws ParseException { in WebAddress() method in WebAddress
2781 android.net.WebAddress
25944 public class WebAddress {25945 ctor public WebAddress(java.lang.String) throws android.net.ParseException;48397 method public synchronized java.lang.String getCookie(android.net.WebAddress);