Searched refs:WebAddress (Results 1 – 9 of 9) 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()
21 import android.net.WebAddress;154 public synchronized String getCookie(WebAddress uri) { in getCookie()
22 import android.net.WebAddress;52 WebAddress webAddress; in guessUrl()71 webAddress = new WebAddress(inUrl); in guessUrl()
46 public class WebAddress { class69 public WebAddress(String address) throws ParseException { in WebAddress() method in WebAddress
3595 Landroid/net/WebAddress;->getAuthInfo()Ljava/lang/String;3596 Landroid/net/WebAddress;->getHost()Ljava/lang/String;3597 Landroid/net/WebAddress;->getPath()Ljava/lang/String;3598 Landroid/net/WebAddress;->getPort()I3599 Landroid/net/WebAddress;->getScheme()Ljava/lang/String;3600 Landroid/net/WebAddress;->mHost:Ljava/lang/String;3601 Landroid/net/WebAddress;->mPath:Ljava/lang/String;3602 Landroid/net/WebAddress;->mPort:I3603 Landroid/net/WebAddress;->mScheme:Ljava/lang/String;3604 Landroid/net/WebAddress;->setHost(Ljava/lang/String;)V[all …]
2302 android.net.WebAddress
26186 Landroid/net/WebAddress;26187 Landroid/net/WebAddress;-><init>(Ljava/lang/String;)V26188 Landroid/net/WebAddress;->toString()Ljava/lang/String;52135 Landroid/webkit/CookieManager;->getCookie(Landroid/net/WebAddress;)Ljava/lang/String;
26488 HSPLandroid/net/WebAddress;-><init>(Ljava/lang/String;)V26489 HSPLandroid/net/WebAddress;->toString()Ljava/lang/String;56823 Landroid/net/WebAddress;
3170 public class WebAddress {3171 ctor public WebAddress(java.lang.String) throws android.net.ParseException;6220 method public synchronized java.lang.String getCookie(android.net.WebAddress);