Searched defs:WebAddress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DWebAddress.java29 * This is called WebAddress, rather than URL or URI, because it
40 public class WebAddress { class
63 public WebAddress(String address) throws ParseException { method in class:WebAddress
68 // android.util.Log.d(LOGTAG, "WebAddress: " + address);

Completed in 35 milliseconds