Searched defs:onIceCandidatesRemoved (Results 1 – 4 of 4) sorted by relevance
281 void onIceCandidatesRemoved(final IceCandidate[] candidates); in onIceCandidatesRemoved() method1225 public void onIceCandidatesRemoved(final IceCandidate[] candidates) { in onIceCandidatesRemoved() method in PeerConnectionClient.PCObserver
164 public void onIceCandidatesRemoved(final IceCandidate[] candidates) { in onIceCandidatesRemoved() method in PeerConnectionClientTest
130 public void onIceCandidatesRemoved(IceCandidate[] candidates) {} in onIceCandidatesRemoved() method in PeerConnectionEndToEndTest.ObserverExpectations
125 @CalledByNative("Observer") void onIceCandidatesRemoved(IceCandidate[] candidates); in onIceCandidatesRemoved() method