HomeSort by relevance Sort by last modified time
    Searched defs:WebAddress (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
WebAddress.java 26 * Below is a partial copy of {@link android.net.WebAddress}. The original author doesn't
31 * This is called WebAddress, rather than URL or URI, because it
42 public class WebAddress {
65 public WebAddress(String address) throws ParseException {
  /external/apache-http/android/src/android/net/compatibility/
WebAddress.java 28 * This is called WebAddress, rather than URL or URI, because it
39 public class WebAddress {
62 public WebAddress(String address) throws IllegalArgumentException {
67 // android.util.Log.d(LOGTAG, "WebAddress: " + address);
  /frameworks/base/core/java/android/net/
WebAddress.java 32 * This is called WebAddress, rather than URL or URI, because it
43 // TODO(igsolla): remove WebAddress from the system SDK once the WebView apk does not
46 public class WebAddress {
69 public WebAddress(String address) throws ParseException {
74 // android.util.Log.d(LOGTAG, "WebAddress: " + address);
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 84 milliseconds