/frameworks/base/core/java/android/net/ |
D | ProxyProperties.java | 56 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()
|
D | Proxy.java | 114 host = uri.getHost(); in getProxy() 145 public static final String getHost(Context ctx) { in getHost() method in Proxy 329 host = p.getHost(); in setHttpProxySystemProperty()
|
D | WebAddress.java | 150 public String getHost() { in getHost() method in WebAddress
|
D | Uri.java | 242 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/ |
D | WebAddressTest.java | 29 assertEquals("google.com.", webAddress.getHost()); in testHostWithTrailingDot() 37 assertEquals("www.myspace.com", webAddress.getHost()); in testPathWithoutLeadingSlash()
|
D | UriTest.java | 83 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/ |
D | SslCertLookupTable.java | 50 host = new URL(sslError.getUrl()).getHost(); in setIsAllowed() 62 host = new URL(sslError.getUrl()).getHost(); in isAllowed()
|
D | WebHistoryItem.java | 160 mTouchIconUrlServerDefault = new URL(url.getProtocol(), url.getHost(), url.getPort(), in getTouchIconUrl()
|
D | URLUtil.java | 77 if (webAddress.getHost().indexOf('.') == -1) { in guessUrl() 79 webAddress.setHost("www." + webAddress.getHost() + ".com"); in guessUrl()
|
D | JWebCoreJavaBridge.java | 304 String host = proxyProperties.getHost(); in updateProxy()
|
D | CookieManager.java | 870 if (uri.getHost() != null && uri.getPath() != null) { in getHostAndPath() 881 ret[0] = uri.getHost().toLowerCase(); in getHostAndPath()
|
D | BrowserFrame.java | 509 String schemePlusHost = uri.getScheme() + uri.getHost(); in handleMessage() 914 String schemePlusHost = uri.getScheme() + uri.getHost(); in maybeSavePassword()
|
D | LoadListener.java | 652 mUri.getHost(); in handleEndData() 921 return mUri.getHost(); in host()
|
D | WebTextView.java | 1121 return url != null ? url.getProtocol() + "://" + url.getHost() + url.getPath() : null; in urlForAutoCompleteData()
|
/frameworks/base/core/java/android/net/http/ |
D | RequestQueue.java | 184 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()
|
D | Connection.java | 115 HttpHost getHost() { in getHost() method in Connection
|
/frameworks/base/voip/java/android/net/sip/ |
D | SipProfile.java | 122 mProfile.mDomain = mUri.getHost(); in Builder() 280 mProfile.mProxyAddress = uri.getHost(); in build()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | AdditionalTextOutput.java | 61 host = url.getHost(); in appendExceededDbQuotaMessage()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | ProxyTest.java | 38 String proxyHost = Proxy.getHost(mContext); in setUp()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GpsXtraDownloader.java | 82 String proxyHost = Proxy.getHost(mContext); in downloadXtraData()
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 656 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/ |
D | ResolverActivity.java | 171 filter.addDataAuthority(a.getHost(), in onIntentSelected()
|
/frameworks/base/services/java/com/android/server/ |
D | ConnectivityService.java | 2588 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/ |
D | TestShellActivity.java | 714 host = url.getHost();
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfigStore.java | 695 out.writeUTF(proxyProperties.getHost()); in writeIpAndProxyConfigurations()
|