/frameworks/base/core/java/android/view/ |
D | ImeInsetsSourceConsumer.java | 102 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()
|
D | InsetsSourceConsumer.java | 122 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()
|
D | InputMonitor.java | 111 public @NonNull IInputMonitorHost getHost() { in getHost() method in InputMonitor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaHierarchyManager.kt | 560 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/ |
D | WebAddressTest.java | 29 assertEquals("google.com.", webAddress.getHost()); in testHostWithTrailingDot() 37 assertEquals("www.myspace.com", webAddress.getHost()); in testPathWithoutLeadingSlash()
|
D | UriTest.java | 87 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/ |
D | PacProxySelector.java | 76 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()
|
D | Proxy.java | 110 public static final String getHost(Context ctx) { in getHost() method in Proxy 209 host = p.getHost(); in setHttpProxyConfiguration()
|
D | WebAddress.java | 171 public String getHost() { in getHost() method in WebAddress
|
D | Uri.java | 269 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/ |
D | WebAsset.java | 51 mUrl = new URL(url.getProtocol().toLowerCase(), url.getHost().toLowerCase(), port, ""); in WebAsset() 59 return mUrl.getHost(); in getDomain()
|
/frameworks/base/core/java/android/webkit/ |
D | ClientCertRequest.java | 62 public abstract String getHost(); in getHost() method in ClientCertRequest
|
D | URLUtil.java | 82 if (webAddress.getHost().indexOf('.') == -1) { in guessUrl() 84 webAddress.setHost("www." + webAddress.getHost() + ".com"); in guessUrl()
|
D | JsDialogHelper.java | 170 alertUrl.getProtocol() + "://" + alertUrl.getHost()); in getJsDialogTitle()
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/ |
D | CloudPrintPlugin.java | 97 Log.i(LOG_TAG, "host: " + nsdServiceInfo.getHost()); in CloudPrintPlugin() 140 InetAddress address = nsdServiceInfo.getHost(); in CloudPrintPlugin()
|
/frameworks/base/media/java/android/media/ |
D | MediaHTTPConnection.java | 207 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/ |
D | PrinterHashMap.java | 72 printerAddressess.add(mPrinters.valueAt(i).getHost()); in getPrinterAddresses()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipProfile.java | 132 mProfile.mDomain = mUri.getHost(); in Builder() 290 mProfile.mProxyAddress = uri.getHost(); in build()
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
D | DomainVerificationUtils.java | 57 String host = intent.getData().getHost(); in isDomainVerificationIntent()
|
D | DomainVerificationCollector.java | 211 String host = intent.getDataAuthority(index).getHost(); 276 String host = intent.getDataAuthority(index).getHost();
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 129 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/ |
D | SlicePermissionActivity.java | 121 return referrer.getHost(); in getCallingPkg()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | ScreenRecordTile.java | 141 getHost().collapsePanels(); in showPrompt()
|
/frameworks/base/core/java/com/android/internal/net/ |
D | VpnProfile.java | 343 builder.append(VALUE_DELIMITER).append(proxy.getHost() != null ? proxy.getHost() : ""); in encode()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileServiceManager.java | 292 mServices.getHost().removeTile(component);
|