Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 39) sorted by relevance

12

/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java467 String url = "name@gmail.com"; in testAddLinks_shouldNotAddEmailAddressAsUrl() local
473 String url = "https://android.com/path?ll=37.4221,-122.0836&z=17&pll=37.4221,-122.0836"; in testAddLinks_acceptsUrlsWithCommasInRequestParameterValues() local
479 String url = "http://android/#notld///a/n/d/r/o/i/d&p1=1&p2=2"; in testAddLinks_addsLinksForUrlWithProtocolWithoutTld() local
486 String url = "hTtP://android.com"; in testAddLinks_matchesProtocolCaseInsensitive() local
492 String url = "http://www.android.com"; in testAddLinks_matchesValidUrlWithSchemeAndHostname() local
498 String url = "http://www.android.me"; in testAddLinks_matchesValidUrlWithSchemeHostnameAndNewTld() local
505 String url = "android.camera"; in testAddLinks_matchesValidUrlWithHostnameAndNewTld() local
511 String url = "http://xn--fsqu00a.xn--unup4y"; in testAddLinks_matchesPunycodeUrl() local
517 String url = "xn--fsqu00a.xn--unup4y"; in testAddLinks_matchesPunycodeUrlWithoutProtocol() local
523 String url = "xn--fsqu00a.-xn--unup4y"; in testAddLinks_doesNotMatchPunycodeTldThatStartsWithDash() local
[all …]
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java66 String url = "http://www.foo.com"; in testDomain() local
151 String url = "http://foo.bar.com"; in testInvalidDomain() local
190 String url = "http://www.foo.com"; in testPath() local
222 String url = "http://www.foobar.com"; in testEmptyValue() local
DCookieManagerTest.java102 String url = server.getCookieUrl("conquest.html"); in testAcceptCookie() local
150 String url = "http://www.example.com"; in testSetCookie() local
162 final String url = "http://www.example.com"; in testSetCookieNullCallback() local
195 final String url = "http://www.example.com"; in testRemoveCookies() local
232 final String url = "http://www.example.com"; in testRemoveCookiesNullCallback() local
283 final String url = "http://www.example.com"; in testRemoveCookiesCallback() local
357 String url = server.getLinkedScriptUrl("/content_1.html", cookieUrl); in testThirdPartyCookie() local
393 private void waitForCookie(final String url) { in waitForCookie()
432 private void setCookieOnUiThread(final String url, final String cookie, in setCookieOnUiThread()
455 public String toThirdPartyUrl(String url) { in toThirdPartyUrl()
DHttpAuthHandlerTest.java111 private void incorrectCredentialsAccessDenied(String url) throws Throwable { in incorrectCredentialsAccessDenied()
123 private void missingCredentialsAccessDenied(String url) throws Throwable { in missingCredentialsAccessDenied()
135 private void correctCredentialsAccessGranted(String url) throws Throwable { in correctCredentialsAccessGranted()
152 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testProceed() local
164 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testCancel() local
179 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testUseHttpAuthUsernamePassword() local
DWebChromeClientTest.java81 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnProgressChanged() local
100 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedTitle() local
135 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedIcon() local
247 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_ALERT_URL); in testOnJsAlert() local
272 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_CONFIRM_URL); in testOnJsConfirm() local
299 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_PROMPT_URL); in testOnJsPrompt() local
425 public boolean onJsAlert(WebView view, String url, String message, JsResult result) { in onJsAlert()
434 public boolean onJsConfirm(WebView view, String url, String message, JsResult result) { in onJsConfirm()
443 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
453 public boolean onJsBeforeUnload(WebView view, String url, String message, JsResult result) { in onJsBeforeUnload()
DURLUtilTest.java150 String url = "ftp://example.url/test"; in testGuessFileName() local
162 String url = "domainName"; in testGuessUrl() local
175 String url = "http://www.google.com#test"; in testStripAnchor() local
DWebViewSslTest.java557 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testClearSslPreferences() local
630 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslErrorProceed() local
651 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslErrorCancel() local
712 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testSecureServerRequestingClientCertDoesNotCancelRequest() local
728 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testSecureServerRequiringClientCertDoesCancelRequest() local
747 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testProceedClientCertRequest() local
774 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testProceedClientCertRequestKeyWithAndroidKeystoreKey() local
804 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testIgnoreClientCertRequest() local
835 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testCancelClientCertRequest() local
885 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testClientCertIssuersReceivedCorrectly() local
DWebViewClientTest.java199 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testLoadPage() local
245 String url = testServer.setResponse(path, page, headers); in testOnReceivedLoginRequest() local
285 String url = mWebServer.getAssetUrl(TestHtmlConstants.BAD_IMAGE_PAGE_URL); in testOnReceivedErrorForSubresource() local
301 String url = mWebServer.getAssetUrl(TestHtmlConstants.NON_EXISTENT_PAGE_URL); in testOnReceivedHttpError() local
318 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_FORM_URL); in testOnFormResubmission() local
365 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.EMBEDDED_IMG_URL); in testOnReceivedHttpAuthRequest() local
617 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnSafeBrowsingHit() local
768 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
774 public void onPageFinished(WebView view, String url) { in onPageFinished()
782 public void onLoadResource(WebView view, String url) { in onLoadResource()
[all …]
DWebBackForwardListTest.java85 private void checkBackForwardList(final String... url) { in checkBackForwardList()
DWebHistoryItemTest.java97 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testWebHistoryItem() local
DGeolocationTest.java128 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest()
306 private void loadUrlAndUpdateLocation(String url) { in loadUrlAndUpdateLocation()
DWebSettingsTest.java163 String url = mWebServer.getUserAgentUrl(); in testAccessUserAgentString() local
DWebViewTest.java323 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testInvokeZoomPicker() local
/cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/
DTestUtils.java109 URL url = new URL((https ? "https://" : "http://") + host + ":" + port); in assertUrlConnectionFails() local
120 URL url = new URL((https ? "https://" : "http://") + host + ":" + port); in assertUrlConnectionSucceeds() local
127 URL url = new URL((https ? "https://" : "http://") + host + ":" + port); in assertHttpClientSucceeds() local
138 URL url = new URL((https ? "https://" : "http://") + host + ":" + port); in assertHttpClientFails() local
/cts/tests/tests/util/src/android/util/cts/
DPatternsTest.java36 String url = "https://android.com/path?ll=37.4221,-122.0836&z=17&pll=37.4221,-122.0836"; in testWebUrl_matchesUrlsWithCommasInRequestParameterValues() local
/cts/hostsidetests/incident/apps/netstatsapp/src/com/android/server/cts/netstats/
DNetstatsDeviceTest.java55 final URL url = new URL("https://www.android.com/"); in makeNetworkRequest() local
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java74 URL url = new URL(mHttpOnlyWebServer.getUserAgentUrl()); in assertCleartextHttpURLConnectionSucceeds() local
92 URL url = new URL(mHttpOnlyWebServer.getUserAgentUrl()); in assertCleartextHttpURLConnectionBlocked() local
123 URL url = new URL(mHttpOnlyWebServer.getUserAgentUrl()); in assertAndroidHttpClientCleartextRequestSucceeds() local
136 URL url = new URL(mHttpOnlyWebServer.getUserAgentUrl()); in assertAndroidHttpClientCleartextRequestBlocked() local
/cts/tests/tests/assist/common/src/android/assist/common/
DMyWebView.java39 public void myLoadData(String url, String data, String mimeType, String encoding) { in myLoadData()
/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java145 URL url = owningClass.getResource(expectationsPath); in parseResources() local
156 private void parse(URL url, ModeId mode) throws IOException { in parse()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java889 String url = server.getAssetUrl("raw/" + rname); in doStagefrightTest() local
901 URL url = new URL(uri); in verifyServer() local
1050 private void doStagefrightTestMediaPlayer(final String url) throws Exception { in doStagefrightTestMediaPlayer()
1119 private void doStagefrightTestMediaCodec(final String url) throws Exception { in doStagefrightTestMediaCodec()
1123 private void doStagefrightTestMediaCodec(final int rid, final String url) throws Exception { in doStagefrightTestMediaCodec()
1284 private void doStagefrightTestMediaMetadataRetriever(final String url) throws Exception { in doStagefrightTestMediaMetadataRetriever()
1289 final int rid, final String url) throws Exception { in doStagefrightTestMediaMetadataRetriever()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java289 URL url = startWebServer(); in doInBackground() local
339 private void makeHttpsRequest(URL url) throws Exception { in makeHttpsRequest()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java75 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread() local
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java224 URL url; in testNetworkAccess() local
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/
DFormatIndicator.java41 url(3), enumConstant
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java167 final URL url = new URL(address); in checkNetworkStatus() local

12