Searched refs:WebAddress (Results 1 – 9 of 9) sorted by relevance
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;170 public synchronized String getCookie(WebAddress uri) { in getCookie()
23 import android.net.WebAddress;53 WebAddress webAddress; in guessUrl()72 webAddress = new WebAddress(inUrl); in guessUrl()
49 public class WebAddress { class76 public WebAddress(String address) throws ParseException { in WebAddress() method in WebAddress
6414 public class WebAddress {6415 ctor public WebAddress(String) throws android.net.ParseException;11563 method public String getCookie(android.net.WebAddress);
6560 public class WebAddress {6561 ctor public WebAddress(String) throws android.net.ParseException;12706 method public String getCookie(android.net.WebAddress);
4347 android.net.WebAddress
45488 Landroid/net/WebAddress;->MATCH_GROUP_AUTHORITY:I45489 Landroid/net/WebAddress;->MATCH_GROUP_HOST:I45490 Landroid/net/WebAddress;->MATCH_GROUP_PATH:I45491 Landroid/net/WebAddress;->MATCH_GROUP_PORT:I45492 Landroid/net/WebAddress;->MATCH_GROUP_SCHEME:I45493 Landroid/net/WebAddress;->mAuthInfo:Ljava/lang/String;45494 Landroid/net/WebAddress;->sAddressPattern:Ljava/util/regex/Pattern;45495 Landroid/net/WebAddress;->setAuthInfo(Ljava/lang/String;)V45496 Landroid/net/WebAddress;->setPort(I)V45497 Landroid/net/WebAddress;->setScheme(Ljava/lang/String;)V
44544 Landroid/net/WebAddress;