Home
last modified time | relevance | path

Searched refs:WebAddress (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
DWebAddressTest.java19 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()
/frameworks/base/core/java/android/webkit/
DCookieManager.java21 import android.net.WebAddress;
154 public synchronized String getCookie(WebAddress uri) { in getCookie()
DURLUtil.java22 import android.net.WebAddress;
52 WebAddress webAddress; in guessUrl()
71 webAddress = new WebAddress(inUrl); in guessUrl()
/frameworks/base/core/java/android/net/
DWebAddress.java46 public class WebAddress { class
69 public WebAddress(String address) throws ParseException { in WebAddress() method in WebAddress
/frameworks/base/config/
Dhiddenapi-light-greylist.txt3595 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()I
3599 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:I
3603 Landroid/net/WebAddress;->mScheme:Ljava/lang/String;
3604 Landroid/net/WebAddress;->setHost(Ljava/lang/String;)V
[all …]
Dpreloaded-classes2302 android.net.WebAddress
Dhiddenapi-public-dex.txt26186 Landroid/net/WebAddress;
26187 Landroid/net/WebAddress;-><init>(Ljava/lang/String;)V
26188 Landroid/net/WebAddress;->toString()Ljava/lang/String;
52135 Landroid/webkit/CookieManager;->getCookie(Landroid/net/WebAddress;)Ljava/lang/String;
Dboot-image-profile.txt26488 HSPLandroid/net/WebAddress;-><init>(Ljava/lang/String;)V
26489 HSPLandroid/net/WebAddress;->toString()Ljava/lang/String;
56823 Landroid/net/WebAddress;
/frameworks/base/api/
Dsystem-current.txt3170 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);