Home
last modified time | relevance | path

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

12

/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java63 String url = "http://www.foo.com"; in testDomain() local
148 String url = "http://foo.bar.com"; in testInvalidDomain() local
187 String url = "http://www.foo.com"; in testPath() local
219 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
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.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.java184 String url = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testLoadPage() local
236 String url = mWebServer.getAssetUrl(TestHtmlConstants.BAD_IMAGE_PAGE_URL); in testOnReceivedErrorForSubresource() local
252 String url = mWebServer.getAssetUrl(TestHtmlConstants.NON_EXISTENT_PAGE_URL); in testOnReceivedHttpError() local
269 String url = mWebServer.getAssetUrl(TestHtmlConstants.JS_FORM_URL); in testOnFormResubmission() local
316 String url = mWebServer.getAuthAssetUrl(TestHtmlConstants.EMBEDDED_IMG_URL); in testOnReceivedHttpAuthRequest() local
606 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
612 public void onPageFinished(WebView view, String url) { in onPageFinished()
620 public void onLoadResource(WebView view, String url) { in onLoadResource()
654 public void doUpdateVisitedHistory(WebView view, String url, boolean isReload) { in doUpdateVisitedHistory()
679 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
DWebViewStartupTest.java53 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.java125 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest()
265 private void loadUrlAndUpdateLocation(String url) { in loadUrlAndUpdateLocation()
DWebSettingsTest.java152 String url = mWebServer.getUserAgentUrl(); in testAccessUserAgentString() local
DWebViewTest.java260 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/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/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
DBrowserBenchTest.java134 String url = mWebServer.getAssetUrl(OCTANE_START_FILE) + "?auto=1"; in testOctane() local
140 private void doTest(String url, ResultType typeNonFinal, ResultUnit unitNonFinal, in doTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java273 URL url = startWebServer(); in doInBackground() local
324 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/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java231 URL url = new URL(mServerUri + SHUTDOWN_PREFIX); in shutdown() local
273 private URLConnection openConnection(URL url) in openConnection()
461 public String getLinkedScriptUrl(String path, String url) { in getLinkedScriptUrl()
524 public synchronized boolean wasResourceRequested(String url) { in wasResourceRequested()
DTestWebServer.java138 URL url = new URL(mServerUri + SHUTDOWN_PREFIX); in shutdown() local
322 private URLConnection openConnection(URL url) in openConnection()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_ThumbnailsTest.java288 Uri url[] = new Uri[3]; in testThumbnailOrderedQuery() local
/cts/tests/tests/net/src/android/net/wifi/cts/
DWifiManagerTest.java475 URL url = new URL("http://www.google.com/"); in testWifiWatchdog() local
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java149 final String url = "www.test_url.com"; in testConcat() local
188 final String url = "www.test_url.com"; in testCopySpansFrom() local
535 final String url = "www.test_url.com"; in testEquals() local
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java225 Uri url = ContentUris.withAppendedId(testUri, rowID); in insert() local

12