Home
last modified time | relevance | path

Searched refs:onRemoteIceCandidate (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DDirectRTCClientTest.java142 .onRemoteIceCandidate(isNotNull(IceCandidate.class)); in testDirectRTCClient()
146 .onRemoteIceCandidate(isNotNull(IceCandidate.class)); in testDirectRTCClient()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCClient.java120 void onRemoteIceCandidate(final IceCandidate candidate); in onRemoteIceCandidate() method
DWebSocketRTCClient.java246 events.onRemoteIceCandidate(candidate); in sendLocalIceCandidate()
305 events.onRemoteIceCandidate(toJavaCandidate(json)); in onWebSocketMessage()
DDirectRTCClient.java253 events.onRemoteIceCandidate(toJavaCandidate(json)); in onTCPMessage()
DCallActivity.java804 public void onRemoteIceCandidate(final IceCandidate candidate) {