Home
last modified time | relevance | path

Searched refs:checkPersistence (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.java992 final boolean doAuthentication, final boolean checkPersistence) in doInteraction() argument
1001 doAuthentication, checkPersistence); in doInteraction()
1023 if (checkPersistence) { in doInteraction()
1162 private boolean checkPersistence; field in HttpsURLConnectionTest.ServerWork
1184 boolean needProxyAuthentication, boolean checkPersistence) { in ServerWork() argument
1188 this.checkPersistence = checkPersistence; in ServerWork()
1243 int number_of_uses = checkPersistence ? 2 : 1; in run()
1245 if (checkPersistence) { in run()