Home
last modified time | relevance | path

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

12

/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java471 String url = "name@gmail.com"; in testAddLinks_shouldNotAddEmailAddressAsUrl() local
476 String url = "https://android.com/path?ll=37.4221,-122.0836&z=17&pll=37.4221,-122.0836"; in testAddLinks_acceptsUrlsWithCommasInRequestParameterValues() local
482 String url = "http://android/#notld///a/n/d/r/o/i/d&p1=1&p2=2"; in testAddLinks_addsLinksForUrlWithProtocolWithoutTld() local
489 String url = "hTtP://android.com"; in testAddLinks_matchesProtocolCaseInsensitive() local
495 String url = "http://www.android.com"; in testAddLinks_matchesValidUrlWithSchemeAndHostname() local
501 String url = "http://www.android.me"; in testAddLinks_matchesValidUrlWithSchemeHostnameAndNewTld() local
508 String url = "android.camera"; in testAddLinks_matchesValidUrlWithHostnameAndNewTld() local
514 String url = "http://xn--fsqu00a.xn--unup4y"; in testAddLinks_matchesPunycodeUrl() local
520 String url = "xn--fsqu00a.xn--unup4y"; in testAddLinks_matchesPunycodeUrlWithoutProtocol() local
526 String url = "xn--fsqu00a.-xn--unup4y"; in testAddLinks_doesNotMatchPunycodeTldThatStartsWithDash() local
[all …]
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java65 String url = "http://www.foo.com"; in testDomain() local
150 String url = "http://foo.bar.com"; in testInvalidDomain() local
189 String url = "http://www.foo.com"; in testPath() local
221 String url = "http://www.foobar.com"; in testEmptyValue() local
DCookieManagerTest.java101 String url = server.getCookieUrl("conquest.html"); in testAcceptCookie() local
149 String url = "http://www.example.com"; in testSetCookie() local
161 final String url = "http://www.example.com"; in testSetCookieNullCallback() local
194 final String url = "http://www.example.com"; in testRemoveCookies() local
231 final String url = "http://www.example.com"; in testRemoveCookiesNullCallback() local
282 final String url = "http://www.example.com"; in testRemoveCookiesCallback() local
356 String url = server.getLinkedScriptUrl("/content_1.html", cookieUrl); in testThirdPartyCookie() local
392 private void waitForCookie(final String url) { in waitForCookie()
431 private void setCookieOnUiThread(final String url, final String cookie, in setCookieOnUiThread()
454 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
DURLUtilTest.java146 String url = "ftp://example.url/test"; in testGuessFileName() local
158 String url = "domainName"; in testGuessUrl() local
171 String url = "http://www.google.com#test"; in testStripAnchor() local
DWebChromeClientTest.java78 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnProgressChanged() local
97 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedTitle() local
132 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedIcon() local
239 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_ALERT_URL); in testOnJsAlert() local
264 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_CONFIRM_URL); in testOnJsConfirm() local
291 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_PROMPT_URL); in testOnJsPrompt() local
395 public boolean onJsAlert(WebView view, String url, String message, JsResult result) { in onJsAlert()
404 public boolean onJsConfirm(WebView view, String url, String message, JsResult result) { in onJsConfirm()
413 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
423 public boolean onJsBeforeUnload(WebView view, String url, String message, JsResult result) { in onJsBeforeUnload()
DWebViewSslTest.java556 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testClearSslPreferences() local
629 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslErrorProceed() local
650 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslErrorCancel() local
711 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testSecureServerRequestingClientCertDoesNotCancelRequest() local
727 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testSecureServerRequiringClientCertDoesCancelRequest() local
746 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testProceedClientCertRequest() local
773 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testProceedClientCertRequestKeyWithAndroidKeystoreKey() local
803 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testIgnoreClientCertRequest() local
834 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testCancelClientCertRequest() local
884 final String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testClientCertIssuersReceivedCorrectly() local
DWebViewClientTest.java191 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testLoadPage() local
237 String url = testServer.setResponse(path, page, headers); in testOnReceivedLoginRequest() local
277 String url = mWebServer.getAssetUrl(TestHtmlConstants.BAD_IMAGE_PAGE_URL); in testOnReceivedErrorForSubresource() local
293 String url = mWebServer.getAssetUrl(TestHtmlConstants.NON_EXISTENT_PAGE_URL); in testOnReceivedHttpError() local
310 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_FORM_URL); in testOnFormResubmission() local
357 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.EMBEDDED_IMG_URL); in testOnReceivedHttpAuthRequest() local
672 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
678 public void onPageFinished(WebView view, String url) { in onPageFinished()
686 public void onLoadResource(WebView view, String url) { in onLoadResource()
730 public void doUpdateVisitedHistory(WebView view, String url, boolean isReload) { in doUpdateVisitedHistory()
[all …]
DWebViewStartupTest.java54 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread() local
DWebBackForwardListTest.java85 private void checkBackForwardList(final String... url) { in checkBackForwardList()
DWebHistoryItemTest.java96 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testWebHistoryItem() local
DGeolocationTest.java126 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest()
298 private void loadUrlAndUpdateLocation(String url) { in loadUrlAndUpdateLocation()
DWebSettingsTest.java152 String url = mWebServer.getUserAgentUrl(); in testAccessUserAgentString() local
DWebViewTest.java300 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testInvokeZoomPicker() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java82 static TestLog fromDataName(String dataName, String url) { in fromDataName()
103 String url = parser.getAttributeValue(null, URL_ATTR); in fromXml() local
117 public static TestLog of(TestLogType logType, String url) { in of()
121 private TestLog(TestLogType logType, String url) { in TestLog()
DMultipartForm.java74 URL url = new URL(serverUrl); in submitForm() local
/cts/tests/tests/util/src/android/util/cts/
DPatternsTest.java29 String url = "https://android.com/path?ll=37.4221,-122.0836&z=17&pll=37.4221,-122.0836"; in testWebUrl_matchesUrlsWithCommasInRequestParameterValues() 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/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/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/common/util/src/com/android/compatibility/common/util/
DMultipartForm.java95 URL url = new URL(serverUrl); in submitForm() local
/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/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java220 URL url; in testNetworkAccess() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_ThumbnailsTest.java288 Uri url[] = new Uri[3]; in testThumbnailOrderedQuery() local
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java138 URL url = new URL(mServerUri + SHUTDOWN_PREFIX); in shutdown() local
322 private URLConnection openConnection(URL url) in openConnection()

12