Home
last modified time | relevance | path

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

/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java242 private boolean waitForIceConnected(int timeoutMs) throws InterruptedException { in waitForIceConnected() method in PeerConnectionClientTest
407 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in doLoopbackTest()
530 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in testCameraSwitch()
578 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in testVideoSourceRestart()
627 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in testCaptureFormatChange()