HomeSort by relevance Sort by last modified time
    Searched refs:maybeShare (Results 1 - 3 of 3) sorted by null

  /external/okhttp/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 148 pool.maybeShare(spdyA);
203 pool.maybeShare(spdyA);
226 pool.maybeShare(httpA);
238 pool.maybeShare(spdyA);
284 pool.maybeShare(spdyA);
314 pool.maybeShare(spdyB);
329 pool.maybeShare(spdyB);
364 pool.maybeShare(spdyA);
397 pool.maybeShare(spdyA);
  /external/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 249 public void maybeShare(Connection connection) {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 295 client.getConnectionPool().maybeShare(connection);

Completed in 740 milliseconds