Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/view/
H A DImeInsetsSourceConsumer.java67 mController.getHost().getInputMethodManager(), null /* icProto */); in onAnimationStateChanged()
106 mController.getHost().getInputMethodManager(), null /* icProto */); in applyLocalVisibilityOverride()
120 mController.getHost().getInputMethodManager(), null /* icProto */); in requestShow()
141 return getImm().requestImeShow(mController.getHost().getWindowToken(), statsToken) in requestShow()
177 getImm().notifyImeHidden(mController.getHost().getWindowToken(), statsToken); in notifyHidden()
184 final IBinder window = mController.getHost().getWindowToken(); in removeSurface()
194 mController.getHost().getInputMethodManager(), null /* icProto */); in setControl()
216 final IBinder window = mController.getHost().getWindowToken(); in onPerceptible()
242 return mController.getHost().getInputMethodManager(); in getImm()
H A DInsetsSourceConsumer.java143 mController.getHost().getRootViewTitle())); in setControl()
169 mController.getHost().getRootViewTitle(), requestedVisible)); in setControl()
298 + mController.getHost().getRootViewTitle() in applyLocalVisibilityOverride()
306 mController.getHost().getRootViewTitle(), requestedVisible)); in applyLocalVisibilityOverride()
H A DInputMonitor.java121 public @NonNull IInputMonitorHost getHost() { in getHost() method in InputMonitor
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaHierarchyManager.kt326 val startHost = getHost(previousLocation)
666 val host = getHost(desiredLocation)
689 val currentHost = getHost(desiredLocation)
857 var starthost = getHost(previousLocation)
858 var endHost = getHost(desiredLocation)
942 getHost(desiredLocation)?.visible == true
964 val currentHost = getHost(desiredLocation)
965 val previousHost = getHost(previousLocation)
985 getHost(desiredLocation)?.let {
1069 getHost(newLocation),
[all …]
/aosp14/frameworks/base/core/java/android/net/
H A 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()
H A DProxy.java110 public static final String getHost(Context ctx) { in getHost() method in Proxy
209 host = p.getHost(); in setHttpProxyConfiguration()
H A DWebAddress.java171 public String getHost() { in getHost() method in WebAddress
H A DUri.java269 public abstract String getHost(); in getHost() method in Uri
424 final String host = getHost(); in toSafeString()
971 public String getHost() { in getHost() method in Uri.OpaqueUri
1115 public String getHost() { in getHost() method in Uri.AbstractHierarchicalUri
/aosp14/frameworks/base/core/tests/coretests/src/android/net/
H A DWebAddressTest.java29 assertEquals("google.com.", webAddress.getHost()); in testHostWithTrailingDot()
37 assertEquals("www.myspace.com", webAddress.getHost()); in testPathWithoutLeadingSlash()
H A DUriTest.java88 assertNull(u.getHost()); in testBuildUponOpaqueStringUri()
192 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
197 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
206 assertEquals("localhost:42", uri.getHost()); in testAuthorityParsing()
209 assertEquals("localhost", uri.getHost()); in testAuthorityParsing()
214 assertEquals("example2.com", uri.getHost()); in testAuthorityParsing()
219 assertEquals("a.foo.com", uri.getHost()); in testAuthorityParsing()
324 assertEquals("google.com.", uri.getHost()); in testHostWithTrailingDot()
421 assertNull(uri.getHost()); in testOpaqueUri()
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DWebAsset.java51 mUrl = new URL(url.getProtocol().toLowerCase(), url.getHost().toLowerCase(), port, ""); in WebAsset()
59 return mUrl.getHost(); in getDomain()
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
H A DCloudPrintPlugin.java94 Log.i(LOG_TAG, "host: " + nsdServiceInfo.getHost()); in CloudPrintPlugin()
137 InetAddress address = nsdServiceInfo.getHost(); in CloudPrintPlugin()
/aosp14/frameworks/base/core/java/android/webkit/
H A DClientCertRequest.java62 public abstract String getHost(); in getHost() method in ClientCertRequest
H A DURLUtil.java82 if (webAddress.getHost().indexOf('.') == -1) { in guessUrl()
84 webAddress.setHost("www." + webAddress.getHost() + ".com"); in guessUrl()
H A DJsDialogHelper.java170 alertUrl.getProtocol() + "://" + alertUrl.getHost()); in getJsDialogTitle()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java207 String host = url.getHost(); in isLocalHost()
320 boolean sameHost = mURL.getHost().equals(url.getHost()); in seekTo()
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DPrinterHashMap.java72 printerAddressess.add(mPrinters.valueAt(i).getHost()); in getPrinterAddresses()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationCollector.java212 String host = intentFilter.getDataAuthority(index).getHost();
278 String host = intentFilter.getDataAuthority(index).getHost();
H A DDomainVerificationUtils.java57 String host = intent.getData().getHost(); in isDomainVerificationIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java130 if (origIntent.getData() != null && !TextUtils.isEmpty(origIntent.getData().getHost())) { in parseDigest()
131 return new InstantAppResolveInfo.InstantAppDigest(origIntent.getData().getHost(), in parseDigest()
291 intent.putExtra(Intent.EXTRA_INSTANT_APP_HOSTNAME, origIntent.getData().getHost()); in buildEphemeralInstallerIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSlicePermissionActivity.java124 return referrer.getHost(); in getCallingPkg()
/aosp14/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java579 String host = uri.getHost(); in validateNtpServerUri()
701 final String serverName = ntpServerUri.getHost(); in queryNtpServer()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServiceManagerTest.java86 when(mTileServices.getHost()).thenReturn(mQSHost); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java299 mServices.getHost().removeTile(CustomTile.toSpec(component));
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DNightDisplayTile.java136 mManager = getHost().getUserContext().getSystemService(ColorDisplayManager.class); in handleUserSwitch()

12