HomeSort by relevance Sort by last modified time
    Searched defs:fileUrl (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 214 String fileUrl = TestHtmlConstants.getFileUrl(TestHtmlConstants.HELLO_WORLD_URL);
215 loadUrl(fileUrl);
218 fileUrl = TestHtmlConstants.getFileUrl(TestHtmlConstants.BR_TAG_URL);
221 loadUrl(fileUrl);
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ExcludedProxyTest.java 233 URL fileUrl = new URL("file://abc");
234 URL[] urlList = { httpUrl, jarUrl, ftpUrl, fileUrl };
243 fileUrl.openConnection(Proxy.NO_PROXY);
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLTest.java 196 URL fileURL = sampleFile.toURL();
219 fileURL.openStream()), helloWorldString.getBytes().length);
406 URL fileURL = sampleFile.toURL();
409 InputStream output = (InputStream) fileURL.getContent();
442 URL fileURL = sampleFile.toURL();
448 new InputStreamReader(fileURL.openStream()), 32);
655 URL fileUrl = new URL("file://abc");
656 URL[] urlList = { httpUrl, jarUrl, ftpUrl, fileUrl };
665 fileUrl.openConnection(Proxy.NO_PROXY);
721 URL fileURL = sampleFile.toURL()
    [all...]

Completed in 226 milliseconds