Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/view/
DImeInsetsSourceConsumer.java102 return getImm().requestImeShow(mController.getHost().getWindowToken()) in requestShow()
111 getImm().notifyImeHidden(mController.getHost().getWindowToken()); in notifyHidden()
117 final IBinder window = mController.getHost().getWindowToken(); in removeSurface()
144 final IBinder window = mController.getHost().getWindowToken(); in onPerceptible()
159 return mController.getHost().getInputMethodManager(); in getImm()
DInsetsSourceConsumer.java122 mController.getHost().getInputMethodManager(), null /* icProto */); in setControl()
138 mController.getHost().getRootViewTitle())); in setControl()
162 mController.getHost().getRootViewTitle(), requestedVisible)); in setControl()
228 InsetsState.typeToString(mType), mController.getHost().getRootViewTitle())); in hide()
263 mController.getHost().getInputMethodManager(), null /* icProto */); in applyLocalVisibilityOverride()
275 + mController.getHost().getRootViewTitle() in applyLocalVisibilityOverride()
283 mController.getHost().getRootViewTitle(), mRequestedVisible)); in applyLocalVisibilityOverride()
DInputMonitor.java111 public @NonNull IInputMonitorHost getHost() { in getHost() method in InputMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt560 val host = getHost(desiredLocation) in updateDesiredLocation()
577 val currentHost = getHost(desiredLocation) in performTransitionToNewLocation()
578 val previousHost = getHost(previousLocation) in performTransitionToNewLocation()
722 var endHost = getHost(desiredLocation)!! in updateTargetState()
723 var starthost = getHost(previousLocation)!! in updateTargetState()
736 val bounds = getHost(desiredLocation)?.currentBounds ?: return in updateTargetState()
804 val currentHost = getHost(desiredLocation) in getQSTransformationProgress()
805 val previousHost = getHost(previousLocation) in getQSTransformationProgress()
816 private fun getHost(@MediaLocation location: Int): MediaHost? { in getHost() method
825 getHost(desiredLocation)?.let { in cancelAnimationAndApplyDesiredState()
[all …]
/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()
191 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
196 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
205 assertEquals("localhost:42", uri.getHost()); in testAuthorityParsing()
208 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
213 assertEquals("example2.com", uri.getHost()); in testAuthorityParsing()
218 assertEquals("a.foo.com", uri.getHost()); in testAuthorityParsing()
323 assertEquals("google.com.", uri.getHost()); in testHostWithTrailingDot()
420 assertNull(uri.getHost()); in testOpaqueUri()
/frameworks/base/core/java/android/net/
DPacProxySelector.java76 uri = new URI(uri.getScheme(), null, uri.getHost(), uri.getPort(), "/", null, null); in select()
80 urlString = uri.getHost(); in select()
82 urlString = uri.getHost(); in select()
85 response = mProxyService.resolvePacFile(uri.getHost(), urlString); in select()
DProxy.java110 public static final String getHost(Context ctx) { in getHost() method in Proxy
209 host = p.getHost(); in setHttpProxyConfiguration()
DWebAddress.java171 public String getHost() { in getHost() method in WebAddress
DUri.java269 public abstract String getHost(); in getHost() method in Uri
421 ssp = "//" + ((getHost() != null) ? getHost() : "") in toSafeString()
974 public String getHost() { in getHost() method in Uri.OpaqueUri
1118 public String getHost() { in getHost() method in Uri.AbstractHierarchicalUri
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DWebAsset.java51 mUrl = new URL(url.getProtocol().toLowerCase(), url.getHost().toLowerCase(), port, ""); in WebAsset()
59 return mUrl.getHost(); in getDomain()
/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()
DJsDialogHelper.java170 alertUrl.getProtocol() + "://" + alertUrl.getHost()); in getJsDialogTitle()
/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/media/java/android/media/
DMediaHTTPConnection.java207 String host = url.getHost(); in isLocalHost()
320 boolean sameHost = mURL.getHost().equals(url.getHost()); in seekTo()
/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.java132 mProfile.mDomain = mUri.getHost(); in Builder()
290 mProfile.mProxyAddress = uri.getHost(); in build()
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationUtils.java57 String host = intent.getData().getHost(); in isDomainVerificationIntent()
DDomainVerificationCollector.java211 String host = intent.getDataAuthority(index).getHost();
276 String host = intent.getDataAuthority(index).getHost();
/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/base/packages/SystemUI/src/com/android/systemui/
DSlicePermissionActivity.java121 return referrer.getHost(); in getCallingPkg()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java141 getHost().collapsePanels(); in showPrompt()
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java343 builder.append(VALUE_DELIMITER).append(proxy.getHost() != null ? proxy.getHost() : ""); in encode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java292 mServices.getHost().removeTile(component);

123