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

/frameworks/base/core/java/android/net/
H A DWebAddress.java32 * 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 { class
69 public WebAddress(String address) throws ParseException { method in class:WebAddress
74 // android.util.Log.d(LOGTAG, "WebAddress: " + address);

Completed in 114 milliseconds