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

/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java73 * @param innerLoop The number of times we do the request for each
79 boolean secure, String path, int outerLoop, int innerLoop,
100 for (int j = 0; j < innerLoop; j++) {
108 (j == innerLoop - 1 ? "Close" : "Keep-Alive")
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 27 milliseconds