Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt338 val host = getHost(desiredLocation) in updateDesiredLocation()
350 val currentHost = getHost(desiredLocation) in performTransitionToNewLocation()
351 val previousHost = getHost(previousLocation) in performTransitionToNewLocation()
450 var endHost = getHost(desiredLocation)!! in updateTargetState()
451 var starthost = getHost(previousLocation)!! in updateTargetState()
464 val bounds = getHost(desiredLocation)?.currentBounds ?: return in updateTargetState()
508 val currentHost = getHost(desiredLocation) in getQSTransformationProgress()
509 val previousHost = getHost(previousLocation) in getQSTransformationProgress()
520 private fun getHost(@MediaLocation location: Int): MediaHost? { in getHost() method
529 getHost(desiredLocation)?.let { in cancelAnimationAndApplyDesiredState()
[all …]
/frameworks/base/core/java/android/view/
DImeInsetsSourceConsumer.java126 return getImm().requestImeShow(mController.getHost().getWindowToken()) in requestShow()
135 getImm().notifyImeHidden(mController.getHost().getWindowToken()); in notifyHidden()
140 final IBinder window = mController.getHost().getWindowToken(); in removeSurface()
164 final IBinder window = mController.getHost().getWindowToken(); in onPerceptible()
231 return mController.getHost().getInputMethodManager(); in getImm()
DInsetsSourceConsumer.java114 mController.getHost().getRootViewTitle())); in setControl()
138 mController.getHost().getRootViewTitle(), requestedVisible)); in setControl()
202 InsetsState.typeToString(mType), mController.getHost().getRootViewTitle())); in hide()
242 + mController.getHost().getRootViewTitle() in applyLocalVisibilityOverride()
250 mController.getHost().getRootViewTitle(), mRequestedVisible)); in applyLocalVisibilityOverride()
DInputMonitor.java111 public @NonNull IInputMonitorHost getHost() { in getHost() method in InputMonitor
/frameworks/base/core/java/android/net/
DPacProxySelector.java75 uri = new URI(uri.getScheme(), null, uri.getHost(), uri.getPort(), "/", null, null); in select()
79 urlString = uri.getHost(); in select()
81 urlString = uri.getHost(); in select()
84 response = mProxyService.resolvePacFile(uri.getHost(), urlString); in select()
DProxyInfo.java177 mHost = source.getHost(); in ProxyInfo()
214 public String getHost() { in getHost() method in ProxyInfo
304 if (mHost != null && p.getHost() != null && mHost.equals(p.getHost()) == false) { in equals()
DProxy.java137 public static final String getHost(Context ctx) { in getHost() method in Proxy
251 host = p.getHost(); in setHttpProxySystemProperty()
DWebAddress.java171 public String getHost() { in getHost() method in WebAddress
/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.java87 assertNull(u.getHost()); in testBuildUponOpaqueStringUri()
174 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
179 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
188 assertEquals("localhost:42", uri.getHost()); in testAuthorityParsing()
191 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
196 assertEquals("example2.com", uri.getHost()); in testAuthorityParsing()
201 assertEquals("a.foo.com", uri.getHost()); in testAuthorityParsing()
306 assertEquals("google.com.", uri.getHost()); in testHostWithTrailingDot()
403 assertNull(uri.getHost()); in testOpaqueUri()
/frameworks/base/services/core/java/com/android/server/connectivity/
DProxyTracker.java91 if (proxy != null && TextUtils.isEmpty(proxy.getHost()) in canonicalizeProxyInfo()
112 return Objects.equals(pa, pb) && (pa == null || Objects.equals(pa.getHost(), pb.getHost())); in proxyInfoEqual()
243 if (proxyInfo != null && (!TextUtils.isEmpty(proxyInfo.getHost()) || in setGlobalProxy()
250 host = mGlobalProxy.getHost(); in setGlobalProxy()
/frameworks/base/packages/OsuLogin/src/com/android/hotspot2/osulogin/
DOsuLoginActivity.java101 mHostName = getHost(mUrl); in onCreate()
216 private String getHost(String url) { in getHost() method in OsuLoginActivity
218 return new URL(url).getHost(); in getHost()
228 return url.getProtocol() + "://" + url.getHost(); in getHeaderSubtitle()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DWebAsset.java49 mUrl = new URL(url.getProtocol().toLowerCase(), url.getHost().toLowerCase(), port, ""); in WebAsset()
57 return mUrl.getHost(); in getDomain()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java121 public String getHost() { in getHost() method in HttpsServiceConnection
122 return mConnection.getURL().getHost(); in getHost()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
DCloudPrintPlugin.java97 Log.i(LOG_TAG, "host: " + nsdServiceInfo.getHost()); in CloudPrintPlugin()
140 InetAddress address = nsdServiceInfo.getHost(); in CloudPrintPlugin()
/frameworks/base/core/java/android/webkit/
DClientCertRequest.java62 public abstract String getHost(); in getHost() method in ClientCertRequest
DURLUtil.java82 if (webAddress.getHost().indexOf('.') == -1) { in guessUrl()
84 webAddress.setHost("www." + webAddress.getHost() + ".com"); in guessUrl()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java207 String host = url.getHost(); in isLocalHost()
320 boolean sameHost = mURL.getHost().equals(url.getHost()); in seekTo()
/frameworks/base/tests/net/java/android/net/nsd/
DNsdServiceInfoTest.java169 assertEquals(original.getHost(), result.getHost()); in checkParcelable()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java189 assertEquals(mUrl.getHost(), mHttpsServiceConnection.getHost()); in verifyGetHost()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DPrinterHashMap.java72 printerAddressess.add(mPrinters.valueAt(i).getHost()); in getPrinterAddresses()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipProfile.java130 mProfile.mDomain = mUri.getHost(); in Builder()
288 mProfile.mProxyAddress = uri.getHost(); in build()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java129 if (origIntent.getData() != null && !TextUtils.isEmpty(origIntent.getData().getHost())) { in parseDigest()
130 return new InstantAppResolveInfo.InstantAppDigest(origIntent.getData().getHost(), in parseDigest()
288 intent.putExtra(Intent.EXTRA_INSTANT_APP_HOSTNAME, origIntent.getData().getHost()); in buildEphemeralInstallerIntent()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DIpConfigStoreTestWriter.java98 out.writeUTF(proxyProperties.getHost()); in writeConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java117 getHost().collapsePanels(); in showPrompt()

123