Searched refs:getHost (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/net/
H A DWebAddressTest.java29 assertEquals("google.com.", webAddress.getHost());
37 assertEquals("www.myspace.com", webAddress.getHost());
H A DUriTest.java81 assertNull(u.getHost());
168 assertEquals("localhost", uri.getHost());
173 assertEquals("localhost", uri.getHost());
182 assertEquals("localhost", uri.getHost());
186 assertEquals("localhost", uri.getHost());
290 assertEquals("google.com.", uri.getHost());
387 assertNull(uri.getHost());
/frameworks/base/core/java/android/net/
H A DProxyProperties.java76 mHost = source.getHost();
96 public String getHost() { method in class:ProxyProperties
131 String urlDomain = u.getHost();
198 if (mHost != null && p.getHost() != null && mHost.equals(p.getHost()) == false) {
H A DPacProxySelector.java70 urlString = uri.getHost();
73 response = mProxyService.resolvePacFile(uri.getHost(), urlString);
H A DProxy.java104 host = uri.getHost();
135 public static final String getHost(Context ctx) { method in class:Proxy
195 * around {@link android.net.Proxy#getHost()}.
198 * {@link android.net.Proxy#getHost()}
320 host = p.getHost();
H A DWebAddress.java151 public String getHost() { method in class:WebAddress
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/http/
H A DRequestQueue.java184 return mIdleCache.cacheConnection(connection.getHost(), connection);
267 String host = Proxy.getHost(mContext);
330 HttpHost httpHost = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme());
378 HttpHost host = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme());
H A DConnection.java115 HttpHost getHost() { method in class:Connection
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java81 public InetAddress getHost() { method in class:NsdServiceInfo
/frameworks/base/tests/CoreTests/android/core/
H A DProxyTest.java38 String proxyHost = Proxy.getHost(mContext);
/frameworks/base/core/java/android/webkit/
H A DURLUtil.java79 if (webAddress.getHost().indexOf('.') == -1) {
81 webAddress.setHost("www." + webAddress.getHost() + ".com");
H A DJsDialogHelper.java168 alertUrl.getProtocol() + "://" + alertUrl.getHost());
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java129 mProfile.mDomain = mUri.getHost();
287 mProfile.mProxyAddress = uri.getHost();
/frameworks/base/services/java/com/android/server/location/
H A DGpsXtraDownloader.java82 String proxyHost = Proxy.getHost(mContext);
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java97 host = url.getHost();
/frameworks/volley/src/com/android/volley/
H A DRequest.java129 mDefaultTrafficStatsTag = TextUtils.isEmpty(url) ? 0: Uri.parse(url).getHost().hashCode();
/frameworks/base/services/java/com/android/server/firewall/
H A DStringFilter.java321 return data.getHost();
/frameworks/base/core/java/android/content/
H A DIntentFilter.java676 public String getHost() { method in class:IntentFilter.AuthorityEntry
695 String host = data.getHost();
1324 serializer.attribute(null, HOST_STR, ae.getHost());
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java3455 if (proxyProperties != null && (!TextUtils.isEmpty(proxyProperties.getHost()) ||
3463 host = mGlobalProxy.getHost();
3527 if (proxy != null && TextUtils.isEmpty(proxy.getHost())
4246 String orgUriHost = mOrgUri.getHost();
4407 addresses = InetAddress.getAllByName(orgUri.getHost());
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java361 filter.addDataAuthority(a.getHost(),
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java1987 if (auth.getHost() != null) {
1988 builder.authority(auth.getHost());
2001 if (auth.getHost() != null) {
2002 builder.authority(auth.getHost());
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2780 if (props == null || props.getHost() == null) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java870 out.writeUTF(proxyProperties.getHost());
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java1714 new SipProfile.Builder(username, uri.getHost())

Completed in 641 milliseconds

12