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

/frameworks/base/core/java/android/net/
H A DProxyProperties.java56 mHost = source.getHost();
71 public String getHost() { method in class:ProxyProperties
106 String urlDomain = u.getHost();
151 if (mHost != null && p.getHost() != null && mHost.equals(p.getHost()) == false) {
H A DWebAddress.java150 public String getHost() { method in class:WebAddress
H A DProxy.java114 host = uri.getHost();
145 public static final String getHost(Context ctx) { method in class:Proxy
205 * around {@link android.net.Proxy#getHost()}.
208 * {@link android.net.Proxy#getHost()}
329 host = p.getHost();
H A DUri.java245 public abstract String getHost(); method in class:Uri
926 public String getHost() { method in class:Uri.OpaqueUri
1070 public String getHost() { method in class:Uri.AbstractHierarchicalUri
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java81 public InetAddress getHost() { method in class:NsdServiceInfo
/frameworks/base/core/java/android/net/http/
H A DConnection.java115 HttpHost getHost() { method in class:Connection
/frameworks/base/core/java/android/content/
H A DIntentFilter.java656 public String getHost() { method in class:IntentFilter.AuthorityEntry
675 String host = data.getHost();
1179 serializer.attribute(null, HOST_STR, ae.getHost());

Completed in 36 milliseconds