Home
last modified time | relevance | path

Searched refs:WebAddress (Results 1 – 6 of 6) 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.java20 import android.net.WebAddress;
152 public synchronized String getCookie(WebAddress uri) { in getCookie()
DURLUtil.java26 import android.net.WebAddress;
51 WebAddress webAddress; in guessUrl()
70 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/
Dcompiled-classes-phone2781 android.net.WebAddress
/frameworks/base/api/
Dsystem-current.txt25944 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);