Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java1159 private boolean needProxyAuthentication; field in HttpsURLConnectionTest.ServerWork
1184 boolean needProxyAuthentication, boolean checkPersistence) { in ServerWork() argument
1187 this.needProxyAuthentication = needProxyAuthentication; in ServerWork()
1276 if (needProxyAuthentication) { in run()