Home
last modified time | relevance | path

Searched refs:fileUrl (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java197 URL fileUrl = new URL("file://abc"); in test_openConnectionLjava_net_Proxy() local
198 URL[] urlList = { httpUrl, jarUrl, ftpUrl, fileUrl }; in test_openConnectionLjava_net_Proxy()
207 fileUrl.openConnection(Proxy.NO_PROXY); in test_openConnectionLjava_net_Proxy()
/external/testng/src/main/java/org/testng/internal/
DPackageUtils.java134 URL fileUrl = (URL) thisMethod.invoke(connection, paramsObj); in findClassesInPackage() local
136 URLDecoder.decode(fileUrl.getFile(), "UTF-8"), recursive, vResult); in findClassesInPackage()