Home
last modified time | relevance | path

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

12

/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java496 String url = "name@gmail.com"; in testAddLinks_shouldNotAddEmailAddressAsUrl() local
502 String url = "https://android.com/path?ll=37.4221,-122.0836&z=17&pll=37.4221,-122.0836"; in testAddLinks_acceptsUrlsWithCommasInRequestParameterValues() local
508 String url = "http://android/#notld///a/n/d/r/o/i/d&p1=1&p2=2"; in testAddLinks_addsLinksForUrlWithProtocolWithoutTld() local
515 String url = "hTtP://android.com"; in testAddLinks_matchesProtocolCaseInsensitive() local
521 String url = "http://www.android.com"; in testAddLinks_matchesValidUrlWithSchemeAndHostname() local
527 String url = "http://www.android.me"; in testAddLinks_matchesValidUrlWithSchemeHostnameAndNewTld() local
534 String url = "android.camera"; in testAddLinks_matchesValidUrlWithHostnameAndNewTld() local
540 String url = "http://xn--fsqu00a.xn--unup4y"; in testAddLinks_matchesPunycodeUrl() local
546 String url = "xn--fsqu00a.xn--unup4y"; in testAddLinks_matchesPunycodeUrlWithoutProtocol() local
552 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
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.java79 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnProgressChanged() local
98 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedTitle() local
133 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedIcon() local
240 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_ALERT_URL); in testOnJsAlert() local
265 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_CONFIRM_URL); in testOnJsConfirm() local
292 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_PROMPT_URL); in testOnJsPrompt() local
396 public boolean onJsAlert(WebView view, String url, String message, JsResult result) { in onJsAlert()
405 public boolean onJsConfirm(WebView view, String url, String message, JsResult result) { in onJsConfirm()
414 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
424 public boolean onJsBeforeUnload(WebView view, String url, String message, JsResult result) { in onJsBeforeUnload()
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.java193 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testLoadPage() local
239 String url = testServer.setResponse(path, page, headers); in testOnReceivedLoginRequest() local
279 String url = mWebServer.getAssetUrl(TestHtmlConstants.BAD_IMAGE_PAGE_URL); in testOnReceivedErrorForSubresource() local
295 String url = mWebServer.getAssetUrl(TestHtmlConstants.NON_EXISTENT_PAGE_URL); in testOnReceivedHttpError() local
312 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_FORM_URL); in testOnFormResubmission() local
359 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.EMBEDDED_IMG_URL); in testOnReceivedHttpAuthRequest() local
709 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
715 public void onPageFinished(WebView view, String url) { in onPageFinished()
723 public void onLoadResource(WebView view, String url) { in onLoadResource()
767 public void doUpdateVisitedHistory(WebView view, String url, boolean isReload) { in doUpdateVisitedHistory()
[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.java127 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest()
299 private void loadUrlAndUpdateLocation(String url) { in loadUrlAndUpdateLocation()
DWebSettingsTest.java154 String url = mWebServer.getUserAgentUrl(); in testAccessUserAgentString() local
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsWifiTransferTests.java38 URL url = new URL(SERVER_URL); in download() local
70 URL url = new URL(SERVER_URL + "?" + new String(queryChars)); in upload() 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/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/hostsidetests/incident/apps/netstatsapp/src/com/android/server/cts/netstats/
DNetstatsDeviceTest.java54 final URL url = new URL("http://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/security/src/android/security/cts/
DStagefrightTest.java361 String url = server.getAssetUrl("raw/" + rname); in doStagefrightTest() local
468 private void doStagefrightTestMediaPlayer(final String url) throws Exception { in doStagefrightTestMediaPlayer()
537 private void doStagefrightTestMediaCodec(final String url) throws Exception { in doStagefrightTestMediaCodec()
541 private void doStagefrightTestMediaCodec(final int rid, final String url) throws Exception { in doStagefrightTestMediaCodec()
701 private void doStagefrightTestMediaMetadataRetriever(final String url) throws Exception { in doStagefrightTestMediaMetadataRetriever()
706 final int rid, final String url) throws Exception { in doStagefrightTestMediaMetadataRetriever()
/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/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java67 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread() local
/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/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java238 final URL url = new URL("http://" + urlString); in connectToWebsite() local
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java220 URL url; in testNetworkAccess() local

12