/aosp14/frameworks/base/core/java/android/view/ |
H A D | ImeInsetsSourceConsumer.java | 67 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 D | InsetsSourceConsumer.java | 143 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 D | InputMonitor.java | 121 public @NonNull IInputMonitorHost getHost() { in getHost() method in InputMonitor
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaHierarchyManager.kt | 326 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 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()
|
H A D | Proxy.java | 110 public static final String getHost(Context ctx) { in getHost() method in Proxy 209 host = p.getHost(); in setHttpProxyConfiguration()
|
H A D | WebAddress.java | 171 public String getHost() { in getHost() method in WebAddress
|
H A D | Uri.java | 269 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 D | WebAddressTest.java | 29 assertEquals("google.com.", webAddress.getHost()); in testHostWithTrailingDot() 37 assertEquals("www.myspace.com", webAddress.getHost()); in testPathWithoutLeadingSlash()
|
H A D | UriTest.java | 88 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 D | WebAsset.java | 51 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 D | CloudPrintPlugin.java | 94 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 D | ClientCertRequest.java | 62 public abstract String getHost(); in getHost() method in ClientCertRequest
|
H A D | URLUtil.java | 82 if (webAddress.getHost().indexOf('.') == -1) { in guessUrl() 84 webAddress.setHost("www." + webAddress.getHost() + ".com"); in guessUrl()
|
H A D | JsDialogHelper.java | 170 alertUrl.getProtocol() + "://" + alertUrl.getHost()); in getJsDialogTitle()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaHTTPConnection.java | 207 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 D | PrinterHashMap.java | 72 printerAddressess.add(mPrinters.valueAt(i).getHost()); in getPrinterAddresses()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationCollector.java | 212 String host = intentFilter.getDataAuthority(index).getHost(); 278 String host = intentFilter.getDataAuthority(index).getHost();
|
H A D | DomainVerificationUtils.java | 57 String host = intent.getData().getHost(); in isDomainVerificationIntent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstantAppResolver.java | 130 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 D | SlicePermissionActivity.java | 124 return referrer.getHost(); in getCallingPkg()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | NtpTrustedTime.java | 579 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 D | TileServiceManagerTest.java | 86 when(mTileServices.getHost()).thenReturn(mQSHost); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | TileServiceManager.java | 299 mServices.getHost().removeTile(CustomTile.toSpec(component));
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | NightDisplayTile.java | 136 mManager = getHost().getUserContext().getSystemService(ColorDisplayManager.class); in handleUserSwitch()
|