Searched refs:roundTripTime (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DPing.java54 public long roundTripTime() throws InterruptedException { method in class:Ping
64 public long roundTripTime(long timeout, TimeUnit unit) throws InterruptedException { method in class:Ping
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnectionTest.java121 connection.ping().roundTripTime(); // Ensure that the SYN_REPLY has been received.
241 assertTrue(ping.roundTripTime() > 0);
242 assertTrue(ping.roundTripTime() < TimeUnit.SECONDS.toNanos(1));
263 assertTrue(ping.roundTripTime() > 0);
264 assertTrue(ping.roundTripTime() < TimeUnit.SECONDS.toNanos(1));
501 connection.ping().roundTripTime(); // Ensure that the SYN_REPLY has been received.
534 connection.ping().roundTripTime(); // Ensure that the RST_CANCEL has been received.
686 connection.ping().roundTripTime(); // Ensure that the 2nd SYN REPLY has been received.
838 connection.ping().roundTripTime(); // Ensure that the GO_AWAY has been received.
887 ping.roundTripTime(); // Preven
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 267 milliseconds