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