Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java102 URL noPasswordUrl = getFileUrlWithCredentials(VALID_USER, null, FILE_PATH); in testInputUrl_missingPassword() local
103 URLConnection noPasswordConnection = noPasswordUrl.openConnection(); in testInputUrl_missingPassword()