Searched refs:connectionTime (Results 1 - 15 of 15) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/
H A DIdleConnectionHandler.java135 Long connectionTime = times.timeAdded;
136 if (connectionTime.longValue() <= idleTimeout) {
138 log.debug("Closing connection, connection time: " + connectionTime);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DAbstractConscryptSocket.java500 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
502 socket.setPerformancePreferences(connectionTime, latency, bandwidth);
504 super.setPerformancePreferences(connectionTime, latency, bandwidth);
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockServerSocket.java162 public void setPerformancePreferences(int connectionTime, int latency, argument
H A DMockSocketConnection.java297 public void setPerformancePreferences(int connectionTime, int latency, argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java280 @Override public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
281 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java271 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
272 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java271 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
272 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 220 milliseconds