Searched refs:onIceConnectionChange (Results 1 – 3 of 3) sorted by relevance
102 @CalledByNative("Observer") void onIceConnectionChange(IceConnectionState newState); in onIceConnectionChange() method
1235 public void onIceConnectionChange(final PeerConnection.IceConnectionState newState) { in onIceConnectionChange() method in PeerConnectionClient.PCObserver
190 public synchronized void onIceConnectionChange(IceConnectionState newState) { in onIceConnectionChange() method in PeerConnectionEndToEndTest.ObserverExpectations