Home
last modified time | relevance | path

Searched refs:getHost (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/net/
DProxyProperties.java56 mHost = source.getHost(); in ProxyProperties()
71 public String getHost() { in getHost() method in ProxyProperties
106 String urlDomain = u.getHost(); in isExcluded()
151 if (mHost != null && p.getHost() != null && mHost.equals(p.getHost()) == false) { in equals()
DProxy.java114 host = uri.getHost(); in getProxy()
145 public static final String getHost(Context ctx) { in getHost() method in Proxy
329 host = p.getHost(); in setHttpProxySystemProperty()
DWebAddress.java150 public String getHost() { in getHost() method in WebAddress
DUri.java242 public abstract String getHost(); in getHost() method in Uri
923 public String getHost() { in getHost() method in Uri.OpaqueUri
1067 public String getHost() { in getHost() method in Uri.AbstractHierarchicalUri
/frameworks/base/core/tests/coretests/src/android/net/
DWebAddressTest.java29 assertEquals("google.com.", webAddress.getHost()); in testHostWithTrailingDot()
37 assertEquals("www.myspace.com", webAddress.getHost()); in testPathWithoutLeadingSlash()
DUriTest.java83 assertNull(u.getHost()); in testBuildUponOpaqueStringUri()
170 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
175 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
184 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
188 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
292 assertEquals("google.com.", uri.getHost()); in testHostWithTrailingDot()
389 assertNull(uri.getHost()); in testOpaqueUri()
/frameworks/base/core/java/android/webkit/
DSslCertLookupTable.java50 host = new URL(sslError.getUrl()).getHost(); in setIsAllowed()
62 host = new URL(sslError.getUrl()).getHost(); in isAllowed()
DWebHistoryItem.java160 mTouchIconUrlServerDefault = new URL(url.getProtocol(), url.getHost(), url.getPort(), in getTouchIconUrl()
DURLUtil.java77 if (webAddress.getHost().indexOf('.') == -1) { in guessUrl()
79 webAddress.setHost("www." + webAddress.getHost() + ".com"); in guessUrl()
DJWebCoreJavaBridge.java304 String host = proxyProperties.getHost(); in updateProxy()
DCookieManager.java870 if (uri.getHost() != null && uri.getPath() != null) { in getHostAndPath()
881 ret[0] = uri.getHost().toLowerCase(); in getHostAndPath()
DBrowserFrame.java509 String schemePlusHost = uri.getScheme() + uri.getHost(); in handleMessage()
914 String schemePlusHost = uri.getScheme() + uri.getHost(); in maybeSavePassword()
DLoadListener.java652 mUri.getHost(); in handleEndData()
921 return mUri.getHost(); in host()
DWebTextView.java1121 return url != null ? url.getProtocol() + "://" + url.getHost() + url.getPath() : null; in urlForAutoCompleteData()
/frameworks/base/core/java/android/net/http/
DRequestQueue.java184 return mIdleCache.cacheConnection(connection.getHost(), connection); in recycleConnection()
267 String host = Proxy.getHost(mContext); in setProxyConfig()
330 HttpHost httpHost = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme()); in queueRequest()
378 HttpHost host = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme()); in queueSynchronousRequest()
DConnection.java115 HttpHost getHost() { in getHost() method in Connection
/frameworks/base/voip/java/android/net/sip/
DSipProfile.java122 mProfile.mDomain = mUri.getHost(); in Builder()
280 mProfile.mProxyAddress = uri.getHost(); in build()
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DAdditionalTextOutput.java61 host = url.getHost(); in appendExceededDbQuotaMessage()
/frameworks/base/tests/CoreTests/android/core/
DProxyTest.java38 String proxyHost = Proxy.getHost(mContext); in setUp()
/frameworks/base/services/java/com/android/server/location/
DGpsXtraDownloader.java82 String proxyHost = Proxy.getHost(mContext); in downloadXtraData()
/frameworks/base/core/java/android/content/
DIntentFilter.java656 public String getHost() { in getHost() method in IntentFilter.AuthorityEntry
675 String host = data.getHost(); in match()
1179 serializer.attribute(null, HOST_STR, ae.getHost()); in writeToXml()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java171 filter.addDataAuthority(a.getHost(), in onIntentSelected()
/frameworks/base/services/java/com/android/server/
DConnectivityService.java2588 if (proxyProperties != null && !TextUtils.isEmpty(proxyProperties.getHost())) { in setGlobalProxy()
2590 host = mGlobalProxy.getHost(); in setGlobalProxy()
2630 if (proxy != null && TextUtils.isEmpty(proxy.getHost())) { in handleApplyDefaultProxy()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DTestShellActivity.java714 host = url.getHost();
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfigStore.java695 out.writeUTF(proxyProperties.getHost()); in writeIpAndProxyConfigurations()

12