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

/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java72 * @param outerLoop The number of times we reconnect and do the request.
79 boolean secure, String path, int outerLoop, int innerLoop,
83 for (int i = 0; i < outerLoop; i++) {
181 int outerLoop, int innerLoop,
183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop,
78 fetch(SSLSocketFactory socketFactory, String host, int port, boolean secure, String path, int outerLoop, int innerLoop, int delay, int timeout) argument
180 fetch(String host, int port, boolean secure, String path, int outerLoop, int innerLoop, int delay, int timeout) argument

Completed in 76 milliseconds