Searched defs:authenticationRequired (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java398 new ProxyConnectDispatcher(false /* authenticationRequired */);
447 new ProxyConnectDispatcher(true /* authenticationRequired */);
522 new ProxyConnectDispatcher(false /* authenticationRequired */);
554 new ProxyConnectDispatcher(true /* authenticationRequired */);
631 new ProxyConnectDispatcher(false /* authenticationRequired */);
868 private final boolean authenticationRequired; field in class:HttpsURLConnectionTest.ProxyConnectDispatcher
870 private ProxyConnectDispatcher(boolean authenticationRequired) { argument
871 this.authenticationRequired = authenticationRequired;
876 if (authenticationRequired) {
[all...]

Completed in 82 milliseconds