HomeSort by relevance Sort by last modified time
    Searched defs:sendPing (Results 1 - 9 of 9) sorted by null

  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocket.java 49 void sendPing(Buffer payload) throws IOException;
  /cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java 98 private void sendPing(FileDescriptor s,
164 sendPing(s, ipv6Loopback, packet);
166 sendPing(s, ipv6Loopback, packet);
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
RealWebSocket.java 138 @Override public void sendPing(Buffer payload) throws IOException {
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
WebSocketCallTest.java 58 webSocket.sendPing(new Buffer().writeUtf8("Hello, WebSockets!"));
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
RealWebSocketTest.java 163 client.sendPing(new Buffer().writeUtf8("Pong?"));
177 client.sendPing(new Buffer().writeUtf8("Hello!"));
201 client.sendPing(new Buffer().writeUtf8("Pong?"));
224 client.sendPing(new Buffer().writeUtf8("Ping!"));
237 client.sendPing(new Buffer().writeUtf8("Ping!"));
261 client.sendPing(new Buffer().writeUtf8("Ping!"));
274 client.sendPing(new Buffer().writeUtf8("Pong?"));
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
okhttp-ws-2.7.4.jar 
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 

Completed in 566 milliseconds